[Rails] Re: nested forms and attr_accessable

2010-01-23 Thread T. N. T.
James Byrne wrote: >... > And this is what params looks like after the submit button is > selected: > > {"user"=> {"id"=>"146"}, "commit"=>"Commit Changes", "_method"=>"put", > "action"=>"update", "clearance"=>[{"id"=>"122", "description"=>"Just a > test", "effective_from"=>"2009-01-01"}, {"role_

[Rails] Re: nested forms and attr_accessable

2010-01-22 Thread byrnejb
I have some further trace information regarding this situation. I am really at a bit of a loss here on how to proceed. I cannot find any evidence that the update user attributes is working. This is in my User model: has_many:roles, :through => :clearances has_many