Methods
R
Instance Public methods
route_key()
   # File rhino/rhino/lib/rhino/resource/active_record_extension/routing.rb
10 def route_key
11   if route_singular?
12     model_name.singular_route_key
13   else
14     model_name.route_key
15   end
16 end