Skip to content

Instantly share code, notes, and snippets.

View webcracy's full-sized avatar

Alexandre Loureiro Solleiro webcracy

View GitHub Profile
def index
@${1:things} = ${2:Thing}.find :all
respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @$1 }
end
end
def show