Adding acts_as_taggable to customer model

This commit is contained in:
Rob Harrington
2015-05-08 14:58:56 +10:00
parent a03c7a5f22
commit 5b3c9842e4

View File

@@ -1,4 +1,6 @@
class Customer < ActiveRecord::Base
acts_as_taggable
belongs_to :enterprise
belongs_to :user, :class_name => Spree.user_class