method

get

get(action, type)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 181
          def self.get(action, type)
            type = type.to_sym
            CACHE[type].fetch(action) { build action, type }
          end