Sha256: b763864f06713a4bdd86eaaf4a04f29d8cd49b8ed846eeb4449ff816f19f71da
Contents?: true
Size: 538 Bytes
Versions: 4
Compression:
Stored size: 538 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 attr_accessible :name, :user_ids validates :name, :presence => true, :uniqueness => true ActiveSupport.run_load_hooks(:fat_free_crm_group, self) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fat_free_crm-0.13.6 | app/models/users/group.rb |
fat_free_crm-0.13.5 | app/models/users/group.rb |
fat_free_crm-0.13.4 | app/models/users/group.rb |
fat_free_crm-0.13.3 | app/models/users/group.rb |