| Issue 35: | NoMethodError in Admin/promotions#new | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Click new promotion in the admin section Showing admin/promotions/new.rhtml where line #6 raised: undefined method `start_form_tag' for #<ActionView::Base:0x36614f0> Extracted source (around line #6): 3: <ul class="navigation secondary"> 4: <li><a href="/admin/promotions/list/">Back to Promotion List</a></li> 5: </ul> 6: <%= start_form_tag :action => 'create' %> 7: <%= render(:partial => 'form') %> 8: 9: <div class="line"> </div> Tired... I'll take a look at it tomorrow.
Mar 3, 2008
#1
edmundo...@gmail.com
Apr 8, 2008
(No comment was entered for this change.)
Status:
Duplicate
|