method
get
v5.1.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 178
def self.get(action, type)
type = type.to_s
CACHE[type].fetch(action) { build action, type }
end