[Rails] Has_Many, another mass assign headache

2012-05-09 Thread Miguel A.
I'm using rails 3.2.3 and am having issues with mass assignement. I have a Hotel model and a Hphoto model (integrated with paperclip) I have tried almost everything and still get mass-assignement error. --- Hotel model has_many

Re: [Rails] Has_Many, another mass assign headache

2012-05-09 Thread Jeremy Walker
On 9 May 2012 16:42, Miguel A. li...@ruby-forum.com wrote: I'm using rails 3.2.3 and am having issues with mass assignement. I have a Hotel model and a Hphoto model (integrated with paperclip) I have tried almost everything and still get mass-assignement error. What's the actual error that