On Fri, 6 Apr 2012, Justin Ko wrote:
> So as you can see from your backtrace, the error is generating from 
> confirmations_controller.rb, which makes sense because it has "class 
> Users::ConfirmationsController".
> 
> If you look further up the backtrace, you'll see activesupport trying to 
> handle that error with its `load_missing_constant` method. I assume it 
> "searched" for a file named "users", because the constant was named "Users". 
> WTF doesn't cause an error, because activesupport doesn't look for it.

Aha.. now it all makes sense...

Patrick J. Collins
http://collinatorstudios.com
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to