Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created March 24, 2012 20:39
Show Gist options
  • Save wrburgess/2187571 to your computer and use it in GitHub Desktop.
Save wrburgess/2187571 to your computer and use it in GitHub Desktop.
Rails rendering format strategies
render :text => @body #renders without layout as text/plain
# GET /page
def page
render :layout => 'layout_file_name'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment