Class: MemberRole
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- MemberRole
- Defined in:
- app/models/member_role.rb
Overview
– copyright ChiliProject is a project management system.
Copyright (C) 2010-2013 the ChiliProject Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
See doc/COPYRIGHT.rdoc for more details. ++
Instance Method Summary (collapse)
Instance Method Details
- (Boolean) inherited?
30 31 32 |
# File 'app/models/member_role.rb', line 30 def inherited? !inherited_from.nil? end |
- (Object) validate
26 27 28 |
# File 'app/models/member_role.rb', line 26 def validate errors.add :role_id, :invalid if role && !role.member? end |