Skip to content

Commit

Permalink
Fix likes on comments migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sofaer committed Jul 11, 2011
1 parent be5f3bf commit 0e664b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20110707234802_likes_on_comments.rb
@@ -1,5 +1,5 @@
class LikesOnComments < ActiveRecord::Migration
class Likes < ActiveRecord::Base; end
class Like < ActiveRecord::Base; end
def self.up
remove_foreign_key :likes, :posts

Expand Down

0 comments on commit 0e664b2

Please sign in to comment.