On 13 January 2013 01:55, tamouse mailing lists <[email protected]> wrote: > In a rails app I'm working on, when I invoke `rails generate scaffold > Model` it uses the `inherited_resources_controller` instead of > `scaffold_controller`. I'm not sure when it started doing this, but > I'd like it to stop doing that. I'm trying to figure out where this is > set and can't seem to find it.
Perhaps you have installed the InheritedResources gem? To override this action see [1] though I have not tried it. That was the first hit on a google search for inherited_resources_controller generate scaffold Colin [1] https://github.com/josevalim/inherited_resources/issues/195 > > -- > 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 https://groups.google.com/groups/opt_out. > > -- 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 https://groups.google.com/groups/opt_out.

