Class: GroupAnonymous
- Inherits:
-
GroupBuiltin
- Object
- ActiveRecord::Base
- Principal
- Group
- GroupBuiltin
- GroupAnonymous
- Defined in:
- app/models/group_anonymous.rb
Overview
Redmine - project management software Copyright © 2006-2022 Jean-Philippe Lang
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.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Constant Summary
Constants inherited from Principal
Principal::STATUS_ACTIVE, Principal::STATUS_ANONYMOUS, Principal::STATUS_LOCKED, Principal::STATUS_REGISTERED
Instance Method Summary collapse
Methods inherited from GroupBuiltin
#builtin?, create_instance, #destroy, load_instance, #user_added, #validate_uniqueness
Methods inherited from Group
anonymous, #builtin?, #css_classes, #givable?, human_attribute_name, #name=, non_member, #to_s, #user_added, #user_removed
Methods included from Redmine::SafeAttributes
#delete_unsafe_attributes, included, #safe_attribute?, #safe_attribute_names, #safe_attributes=
Methods inherited from Principal
#<=>, detect_by_keyword, fields_for_order_statement, #mail, #mail=, #member_of?, #nullify_projects_default_assigned_to, #project_ids, #reload, #visible?
Instance Method Details
#builtin_type ⇒ Object
25 26 27 |
# File 'app/models/group_anonymous.rb', line 25 def builtin_type "anonymous" end |
#name ⇒ Object
21 22 23 |
# File 'app/models/group_anonymous.rb', line 21 def name l(:label_group_anonymous) end |