trabajo-afectivo/app/models/signature.rb

5 lines
189 B
Ruby
Raw Normal View History

class Signature < ApplicationModel
has_many :groups, :after_add => :cache_update, :after_remove => :cache_update
validates :name, :presence => true
end