I would add a custom param called params[:updatable] to both the create an update actions of the controller, and pass the values of true from create and false from update to the model. The model allows the field to be saved if true.
Then create a simple helper for the form logic to decide whether the field is viewable on the view. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

