Skip to content

Commit

Permalink
Fix nondeterministic code in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Apr 24, 2012
1 parent f55588c commit 7972ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy_app/app/mongoid/team.rb
Expand Up @@ -20,7 +20,7 @@ class Team

attr_accessible :name, :division_id, :logo_url, :manager, :ballpark, :mascot, :founded, :wins, :losses, :win_percentage, :revenue, :color, :custom_field, :fan_ids, :player_ids, :comment_ids

has_many :players, :inverse_of => :team
has_many :players, :inverse_of => :team, :order => :_id
has_and_belongs_to_many :fans
has_many :comments, :as => :commentable

Expand Down

0 comments on commit 7972ef9

Please sign in to comment.