Module: Granite::Form::Model::Conventions::ClassMethods
- Defined in:
- lib/granite/form/model/conventions.rb
Instance Method Summary collapse
Instance Method Details
#i18n_scope ⇒ Object
25 26 27 |
# File 'lib/granite/form/model/conventions.rb', line 25 def i18n_scope Granite::Form.i18n_scope end |
#primary_name ⇒ Object
33 34 35 |
# File 'lib/granite/form/model/conventions.rb', line 33 def primary_name nil end |
#to_ary ⇒ Object
29 30 31 |
# File 'lib/granite/form/model/conventions.rb', line 29 def to_ary nil end |