Skip to content

Instantly share code, notes, and snippets.

@voxxit
Created February 11, 2010 01:56
Show Gist options
  • Select an option

  • Save voxxit/301120 to your computer and use it in GitHub Desktop.

Select an option

Save voxxit/301120 to your computer and use it in GitHub Desktop.
# This will render the partial to the browser, then return nothing to Ruby.
def controller_action
render("partial") and return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment