diff options
author | Sergey Nartimov <just.lest@gmail.com> | 2013-02-11 17:00:55 +0300 |
---|---|---|
committer | Sergey Nartimov <just.lest@gmail.com> | 2013-02-11 17:00:55 +0300 |
commit | 9dfef5a46bb6a0c74a48aa70fa350c0f09f92c0d (patch) | |
tree | 6e8b5cb8a7e980a1a039632d609791b90aa5cbba /actionpack/CHANGELOG.md | |
parent | cdd293cb963b895ff580eb20d10f5d56ecb3d447 (diff) | |
download | rails-9dfef5a46bb6a0c74a48aa70fa350c0f09f92c0d.tar.gz rails-9dfef5a46bb6a0c74a48aa70fa350c0f09f92c0d.tar.bz2 rails-9dfef5a46bb6a0c74a48aa70fa350c0f09f92c0d.zip |
define Active Record Store accessors in a module
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
Diffstat (limited to 'actionpack/CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions