class ActionDispatch::Routing::PolymorphicRoutes::HelperMethodBuilder

def handle_model_call(target, model)

def handle_model_call(target, model)
  method, args = handle_model model
  target.send(method, *args)
end