Method: Frontline::Helpers#association_hint_class
- Defined in:
- lib/frontline/helpers.rb
#association_hint_class(assoc) ⇒ Object
139 140 141 142 143 |
# File 'lib/frontline/helpers.rb', line 139 def association_hint_class assoc assoc == :belongs_to || assoc == :has_one ? 'singularized_association_hints' : 'pluralized_association_hints' end |