Class: FormFieldType

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/form_field_type.rb

Instance Method Summary collapse

Instance Method Details

#long_nameObject



7
8
9
# File 'app/models/form_field_type.rb', line 7

def long_name
  "#{name}: #{description}"
end