Skip to content

Commit

Permalink
Merge pull request #13 from mattdbridges/patch-1
Browse files Browse the repository at this point in the history
Fixed small typo in comment in base.rb
  • Loading branch information
maccman committed Nov 22, 2011
2 parents fdad058 + 2283a78 commit d5c06b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/supermodel/base.rb
Expand Up @@ -80,7 +80,7 @@ def destroy(id)
end

# Removes all records and executes
# destory callbacks.
# destroy callbacks.
def destroy_all
all.each {|r| r.destroy }
end
Expand Down

0 comments on commit d5c06b8

Please sign in to comment.