#73
New
ajaxscaffold breaks scaffolding extensions plugin
Reported by Anonymous on Ajax Scaffold · 10/03/2007 02:23:03
- Assigned to:
- rrwhite
- Priority:
- Normal
- Status:
- New
- Category:
- None
- Version:
- 3.1.9
I have one controller using scaffolding extensions plugin to manage all my models. However, I want to use ajaxscaffold plugin to manage one particular model (“Stage”). The moment I install ajax scaffold plugin and restart the app, my old controller fails in “Create New Stage” action.
NoMethodError in Crud#new_stage
Showing vendor/plugins/scaffolding_extensions/scaffolds/ne
undefined method `content_columns’ for #<stage:0×49b7bd0>
Extracted source (around line #3):
1: <h1>Create new <%=></h1>
2:
3: <%= scaffold_form>@scaffold_class.scaffold_new_fields) >
4:
5: <= manage_link>
Loading comments...