Class: Infold::AttachmentField
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Infold::AttachmentField
- Defined in:
- app/models/infold/attachment_field.rb
Instance Method Summary collapse
Instance Method Details
#locale_or_name ⇒ Object
24 25 26 |
# File 'app/models/infold/attachment_field.rb', line 24 def locale_or_name locale.presence || name end |