Method: Trust::Controller::Resource#association_name

Defined in:
lib/trust/controller/resource.rb

#association_nameObject

Returns the association name with the parent



249
250
251
# File 'lib/trust/controller/resource.rb', line 249

def association_name
  parent_info && info.association_name(parent_info)
end