class TalentScout::ModelName

@!visibility private

Public Instance Methods

param_key() click to toggle source
# File lib/talent_scout/model_name.rb, line 5
def param_key
  TalentScout::PARAM_KEY
end
route_key() click to toggle source
# File lib/talent_scout/model_name.rb, line 9
def route_key
  @klass.model_class.model_name.route_key
end
singular_route_key() click to toggle source
# File lib/talent_scout/model_name.rb, line 13
def singular_route_key
  @klass.model_class.model_name.singular_route_key
end