Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
def rate @audition = Audition.find(params[:id]) @rating = Audition.find(params[:id]).ratings.create(params[:rating]) @rating.user = current_user @rating.save ....
Pasted November 26, 2006 7:19PM EDT
by CleverDaddy
Channel #rubyonrails on irc.freenode.com
Embed