Method: Frontline::Helpers#association_hints

Defined in:
lib/frontline/helpers.rb

#association_hintsObject



127
128
129
# File 'lib/frontline/helpers.rb', line 127

def association_hints
  @@association_hints[models.__id__] ||= models.keys.map {|x| underscore(x.to_s)}
end