method
get_method_for_string
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder
get_method_for_string(str)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 339
def get_method_for_string(str)
"#{prefix}#{str}_#{suffix}"
end