mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #13616 from zirni/remove_warnings
Remove warnings in test suite
This commit is contained in:
commit
ca98d0d486
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Admin::User < ActiveRecord::Base
|
|||
end
|
||||
|
||||
belongs_to :account
|
||||
store :params, accessors: [ :color ], coder: YAML
|
||||
store :params, accessors: [ :token ], coder: YAML
|
||||
store :settings, :accessors => [ :color, :homepage ]
|
||||
store_accessor :settings, :favorite_food
|
||||
store :preferences, :accessors => [ :remember_login ]
|
||||
|
|
Loading…
Reference in a new issue