Commit 5b9a40dd

mo khan <mo@mokhan.ca>
2014-05-21 03:20:35
update category to not pull creations via join table.
1 parent 01ef21c
Changed files (1)
app
app/models/category.rb
@@ -1,5 +1,5 @@
 class Category < ActiveRecord::Base
-  has_and_belongs_to_many :creations, :join_table => 'creations_categories'
+  has_many :creations
   default_scope -> { order(:name) }
 
   def to_param