Class: Infold::AttachmentField

Inherits:
ApplicationRecord show all
Defined in:
app/models/infold/attachment_field.rb

Instance Method Summary collapse

Instance Method Details

#locale_or_nameObject



24
25
26
# File 'app/models/infold/attachment_field.rb', line 24

def locale_or_name
  locale.presence || name
end