Title / Description
Code # GET /venues/1 # GET /venues/1.xml def show @venue = Venue.find(params[:id]) respond_to do |format| format.html # show.html.erb format.xml { render :xml => @venue } end end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code