Class: UserCustomField

Inherits:
CustomField
  • Object
show all
Defined in:
app/models/user_custom_field.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.

Instance Method Summary collapse

Methods inherited from CustomField

#<=>, #after_save_custom_value, #cast_value, #copy_from, #css_classes, customized_class, #field_format=, for_all, #format, #format_in?, #full_text_formatting?, #full_width_layout?, #group_statement, human_attribute_name, #join_for_order_statement, #order_statement, #possible_custom_value_options, #possible_values, #possible_values=, #possible_values_options, #query_filter_options, #set_custom_field_value, #set_searchable, #totalable?, #valid_field_value?, #validate_custom_field, #validate_custom_value, #validate_field_value, #value_class, #value_from_keyword, #visibility_by_project_condition, #visible_by?

Methods included from Redmine::SubclassFactory

included

Methods included from Redmine::SafeAttributes

#delete_unsafe_attributes, included, #safe_attribute?, #safe_attribute_names, #safe_attributes=

Instance Method Details

#type_nameObject



21
22
23
# File 'app/models/user_custom_field.rb', line 21

def type_name
  :label_user_plural
end