search for: newsitemscontrol

Displaying 2 results from an estimated 2 matches for "newsitemscontrol".

2006 Jan 08
9
URL/Site structure
Greetings, I''m fairly noob with rails and making my first DB driven site with it. I''m using the scaffold generator to develop the admin side of my site (admin_controller) I have three sections that I want to have the administrator edit, and I want to call these from the admin controller that has a layout with navigation to these three sections. When using the scaffold
2009 May 03
1
Localizing attributes when using I18n
...return send(localized_method.to_sym) if respond_to? (localized_method) #{attribute_name} end } end end it works fine for :show, :index, :new. But when I''m trying to create or update, I get the following error: ActiveRecord::UnknownAttributeError in NewsitemsController#create unknown attribute: _body What''s wrong? Please, help.