Sha256: 84c6bfdb7a2bb68d1f7c0880dfdbf844b4b038ae82d8ff535363acbc805b6a45
Contents?: true
Size: 496 Bytes
Versions: 15
Compression:
Stored size: 496 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ class Group < ActiveRecord::Base has_and_belongs_to_many :users has_many :permissions validates :name, presence: true, uniqueness: true ActiveSupport.run_load_hooks(:fat_free_crm_group, self) end
Version data entries
15 entries across 15 versions & 2 rubygems