Is this what you mean? $ cat about_controller.rb class AboutController < ApplicationController def index end
end On Wed, Dec 9, 2009 at 12:14 PM, samuel gilman <[email protected]>wrote: > No your script/generate is fine. > > Forgive me if this is too obvious but possibly check to see if the method > was added to the about_controller. > > Sam > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

