Commit 17fc9eb0

mo khan <mo@mokhan.ca>
2015-01-21 04:39:10
new symbol syntax.
1 parent 781667e
Changed files (1)
app
app/models/favorite.rb
@@ -1,6 +1,6 @@
 class Favorite < ActiveRecord::Base
   belongs_to :user
-  belongs_to :creation, :counter_cache => true, touch: true
+  belongs_to :creation, counter_cache: true, touch: true
   after_create :create_activity
 
   def create_activity