Christian Droulers

Agile and flexible programmer

Blog test!

Posted on 2014-12-28

This is here some content My helpful screenshot

  1. one
  2. two
  3. three
1
2
3
4
5
6
7
def show
  @widget = Widget(params[:id])
  respond_to do |format|
    format.html # show.html.erb

    format.json { render json: @widget }
  end
end
comments powered by Disqus