Closed brianstien closed 9 years ago
Rails 4 added update as an alias for update_attributes, and generators will now use update instead of update_attributes. It seems that update is now the preferred method.
update
update_attributes
http://apidock.com/rails/v4.2.1/ActiveRecord/Persistence/update
:+1:
Resolved by #34.
Rails 4 added
update
as an alias forupdate_attributes
, and generators will now useupdate
instead ofupdate_attributes
. It seems thatupdate
is now the preferred method.http://apidock.com/rails/v4.2.1/ActiveRecord/Persistence/update