Skip to content

Commit

Permalink
Merge pull request hotsh#554 from Valarissa/master
Browse files Browse the repository at this point in the history
Fixed a small, yet major typo.
  • Loading branch information
steveklabnik committed Jul 31, 2012
2 parents a3f66a5 + a613450 commit 8015a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class User

# Associations
# XXX: These don't seem to be getting set when you sign up with Twitter, etc?
many :authorizations, :dependant => :destroy
many :authorizations, :dependent => :destroy
belongs_to :author
key :author_id, ObjectId

Expand Down

0 comments on commit 8015a10

Please sign in to comment.