On Wed, Sep 8, 2010 at 10:43 AM, nobosh <[email protected]> wrote: > Adding attr_accessible :instance_id to the model gets the value in the > db but the instance_id probably shouldn't be accessible as it would > allow another instance to possibly steal another user/instance's info, > right?
You'll need to handle that through permission checking in the controller and validations in the model and database. -- 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.

