search for: appgoboom

Displaying 1 result from an estimated 1 matches for "appgoboom".

2008 Nov 25
3
Cannot use "Application" as a model?
I tried creating an application that has an "Application" model. This seems to collide with the "ApplicationController" defined in application.rb. For example... rails appgoboom cd appgoboom script/generate scaffold Application name:string script/console Loading development environment (Rails 2.2.2) >> Application.find(:all) LoadError: Expected /home/rkrueger/source/rails/appgoboom/app/ controllers/application.rb to define Application from /usr/lib/ruby/gems/1.8/gem...