I just moved my app from development to test, and now getting the
following error on my form:
undefined method ‘find’ for Status:Class
The only difference between the two environments is that test is using
Mongrel and we were running WEBrick in dev. We are on Rails 1.2.5 .
Any suggestions?
I just moved my app from development to test, and now getting the
following error on my form:
undefined method ‘find’ for Status:Class
The only difference between the two environments is that test is using
Mongrel and we were running WEBrick in dev. We are on Rails 1.2.5 .
Any suggestions?
Thanks,
Brian
Forgot to include that we are using ActiveRecord 1.15.5., and I’ve
verified that the ActiveRecord gem successfully installed.
I just moved my app from development to test, and now getting the
following error on my form:
undefined method ‘find’ for Status:Class
The only difference between the two environments is that test is using
Mongrel and we were running WEBrick in dev. We are on Rails 1.2.5 .
Any suggestions?
Thanks,
Brian
Forgot to include that we are using ActiveRecord 1.15.5., and I’ve
verified that the ActiveRecord gem successfully installed.
Sorry…one more thing…I am using Status.find(:all) within my
collection select for status field.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.