mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9dfef5a46b
Allow store accessors to be overrided like other attribute methods, e.g.: class User < ActiveRecord::Base store :settings, accessors: [ :color, :homepage ], coder: JSON def color super || 'red' end end |
||
---|---|---|
.. | ||
account.rb | ||
randomly_named_c1.rb | ||
user.rb |