Skip to content

Commit

Permalink
Merge pull request #13616 from zirni/remove_warnings
Browse files Browse the repository at this point in the history
Remove warnings in test suite
  • Loading branch information
rafaelfranca committed Jan 6, 2014
2 parents f2b80a4 + 2a0fdde commit ca98d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/models/admin/user.rb
Expand Up @@ -14,7 +14,7 @@ def load(s)
end end


belongs_to :account belongs_to :account
store :params, accessors: [ :color ], coder: YAML store :params, accessors: [ :token ], coder: YAML
store :settings, :accessors => [ :color, :homepage ] store :settings, :accessors => [ :color, :homepage ]
store_accessor :settings, :favorite_food store_accessor :settings, :favorite_food
store :preferences, :accessors => [ :remember_login ] store :preferences, :accessors => [ :remember_login ]
Expand Down

0 comments on commit ca98d0d

Please sign in to comment.