method

get_method_for_string

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