Skip to content

Instantly share code, notes, and snippets.

@mattmawhinney
Created August 28, 2014 17:51
Show Gist options
  • Save mattmawhinney/85c5a6d4e2a8c4c94a93 to your computer and use it in GitHub Desktop.
Save mattmawhinney/85c5a6d4e2a8c4c94a93 to your computer and use it in GitHub Desktop.
Gist Test
def show
puts "Outputting a very lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong line"
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment