Re: [Rails] How do I set rails generator properties?

2013-01-13 Thread Colin Law
On 13 January 2013 01:55, tamouse mailing lists tamouse.li...@gmail.com 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

Re: [Rails] How do I set rails generator properties?

2013-01-13 Thread tamouse mailing lists
On Sun, Jan 13, 2013 at 3:42 AM, Colin Law clan...@googlemail.com wrote: On 13 January 2013 01:55, tamouse mailing lists tamouse.li...@gmail.com wrote: In a rails app I'm working on, when I invoke `rails generate scaffold Model` it uses the `inherited_resources_controller` instead of

[Rails] How do I set rails generator properties?

2013-01-12 Thread tamouse mailing lists
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