Displaying 1 result from an estimated 1 matches for "itemhelper".
Did you mean:
items_helper
2006 Feb 14
0
Best practices for handling associations in ctrlrs/views
...written as a partial, and rendered inside of logic within the edit
view for an item (render :partial)
2) be written as an action and view, and be rendered via logic within
item''s view that invokes render :action
3) be written as a partial, and be called from within a helper method in
ItemHelper.
I''m sure there are other ways to do this. My question (to those who
presumably have been around Rails longer than I) is, how would *you* do
this, and why would you do it that way?
= Jim
--
Posted via http://www.ruby-forum.com/.