method
routing_type
routing_type(options)
private
Hide source
# File actionpack/lib/action_controller/polymorphic_routes.rb, line 53 def routing_type(options) "#{options[:routing_type] || "url"}" end


