Donkeys On The Run Apr 15, 2018 We Love Donkeys! Donkeys are the best thing that ever happened to the whole world def show @widget = Widget(params[:id]) respond_to do |format| format.html # show.html.erb format.json { render json: @widget } end end