Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsulc committed Jan 5, 2011
1 parent be2f089 commit 6209118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sugarcrm/associations/association_collection.rb
Expand Up @@ -56,7 +56,7 @@ def removed
@original - @collection
end

# Removes an record from the collection, uses the id of the record as a test for inclusion.
# Removes a record from the collection, uses the id of the record as a test for inclusion.
def delete(record)
load
raise InvalidRecord, "#{record.class} does not have a valid :id!" if record.id.empty?
Expand Down

0 comments on commit 6209118

Please sign in to comment.