rails 3.1: how override inherited_resources and permit rails scaffolding to work normally again?

前端 未结 1 734
灰色年华
灰色年华 2020-12-30 11:52

SOLUTION FOUND: See comment

Building a new rails 3.1 app. Started with a basic blog_entries model to get the hang of it. No surprises.

Then I added ActiveAd

1条回答
  •  一整个雨季
    2020-12-30 12:25

    You can do the following to override inherited_resources:

    -c=scaffold_controller
    

    0 讨论(0)
提交回复
热议问题