layout title
post
Blogging Like a Hacker

bgjj04.github.io

{% highlight ruby %} def show @widget = Widget(params[:id]) respond_to do |format| format.html # show.html.erb format.json { render json: @widget } end end {% endhighlight %}