Skip to content

Instantly share code, notes, and snippets.

@ahawthorne
Created July 31, 2015 21:37
Show Gist options
  • Save ahawthorne/4b30a89f01ca87704251 to your computer and use it in GitHub Desktop.
Save ahawthorne/4b30a89f01ca87704251 to your computer and use it in GitHub Desktop.
def renderActionInOtherController(controller,action,params)
c = controller.new
c.params = params
c.dispatch(action, request)
c.response.body
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment