Class: CommonParameter
- Inherits:
-
Parameter
- Object
- ActiveRecord::Base
- ApplicationRecord
- Parameter
- CommonParameter
- Defined in:
- app/models/parameters/common_parameter.rb
Constant Summary
Constants inherited from Parameter
Constants included from KeyType
Constants included from HiddenValue
Instance Method Summary collapse
Methods inherited from Parameter
#editable_by_user?, #hash_for_include_source, type_priority, #value_before_type_cast
Methods included from Authorizable
#authorized?, #check_permissions_after_save
Methods included from PermissionName
Methods included from KeyValueValidation
Methods included from HiddenValue
Methods inherited from ApplicationRecord
Methods included from AuditAssociations::AssociationsDefinitions
#audit_associations, #audited, #configure_dirty_associations, #normalize_associations
Instance Method Details
#associated_type ⇒ Object
5 6 7 |
# File 'app/models/parameters/common_parameter.rb', line 5 def associated_type N_('global') end |