This probably sounds like a silly question to seasoned Rails developer. Do I need to protect against mass-assignment if a model does not have an associated controller? I'm guessing that I don't need to, but it would be great if anyone could confirm this.
Also, what about the scenario where there is a controller but no route to the create/update/destroy actions?
Thanks, Noel