aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/admin/user.rb
blob: c12c88e195d994841f348996c1927de5f6140072 (plain) (tree)
1
2
3
4

                                      

                                                      
class Admin::User < ActiveRecord::Base
  belongs_to :account
  store :settings, :accessors => [ :color, :homepage ]
end