method
new
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
new(key_strategy, prefix, suffix)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 228
def initialize(key_strategy, prefix, suffix)
@key_strategy = key_strategy
@prefix = prefix
@suffix = suffix
end