|
|
|
|
|
by benatkin
5214 days ago
|
|
> It’s not like there’s a controller method called ‘update’ created if you don’t write one that uses mass assignment. You have to generate or write an update method, and if you do and you include a sql query, you have to get the sql fragments right. Or install a plugin and inherit one: https://github.com/josevalim/inherited_resources/blob/master... |
|