I'm using wrap_parameters and ActiveRecord's single table inheritance 
pattern.

I have a base class "Entity", and two types derived from it: "Person" and 
"Group".

What I'd like to do is PUT a Person or Group object to 
EntityController#update.

Unfortunately, this causes wrap_parameters to wrap for type "Entity" 
instead of Person or Group.

Is there a way to programmatically change wrap_parameter, e.g. so I can 
establish a before_filter that sets the proper child class name based on 
params[:type]?

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/rHNFOt2uBNAJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to