method
get_method_for_string
v4.2.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 319
def get_method_for_string(str)
prefix + "#{str}_#{suffix}"
end