class ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder

def get_method_for_string(str)

def get_method_for_string(str)
  "#{prefix}#{str}_#{suffix}"
end