Displaying 1 result from an estimated 1 matches for "impactablearea".
Did you mean:
impactable_area
2006 Jun 08
3
Macros and stuff
...ng.attributes = params[:impactable_area]
if @thing.save
flash[:notice] = "#{model.humanize} successfully saved."
redirect_to :action => ''list''
end
end
end
end
end
Then I expected this
edit_action_for :ImpactableArea
to create my "edit" method.
Problem is that it doesn''t :-(
So then I looked to see how I could do a macro expansion (as you can in
Lisp) to see what''s being produced and I couldn''t find anything...
HELP!
Edward
--
Posted via http://www.ruby-forum.com/.