Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing 'association' typos
  • Loading branch information
David James committed Jul 28, 2008
1 parent 9114765 commit fd5f5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dm-core/associations/one_to_many.rb
Expand Up @@ -244,7 +244,7 @@ def children
end

def assert_mutable
raise ImmutableAssociationError, 'You can not modify this assocation' if children.frozen?
raise ImmutableAssociationError, 'You can not modify this association' if children.frozen?
end

def default_attributes
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/association_spec.rb
Expand Up @@ -1206,7 +1206,7 @@ def create_item_pair(number)
@li = LeftItem.new(:name => "li#{number}")
end

it "should add to the assocaiton from the left" do
it "should add to the association from the left" do
pending "Waiting on Many To Many to be implemented" do
create_item_pair "0000"
@ri.save; @li.save
Expand Down

0 comments on commit fd5f5ce

Please sign in to comment.