app/models/phcmembers/directory/category.rb in phcmembers-0.9.6 vs app/models/phcmembers/directory/category.rb in phcmembers-0.9.7

- old
+ new

@@ -1,12 +1,7 @@ module Phcmembers class Directory::Category < ActiveRecord::Base - # Mtdevise Scope - def self.scoped_to(account) - where(:account_id => account.id) - end - # Model Relationship has_many :catlists, class_name: 'Directory::Catlist' # Validation for Form Fields validates :catname,