method
get
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
get(action, type)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 167
def self.get(action, type)
type = type.to_s
CACHE[type].fetch(action) { build action, type }
end