Method: Frontline::Helpers#singularized_association_hints
- Defined in:
- lib/frontline/helpers.rb
#singularized_association_hints ⇒ Object
131 132 133 |
# File 'lib/frontline/helpers.rb', line 131 def singularized_association_hints association_hints.map {|m| singularize(m)} end |