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 ....
From the Design Piracy series on my blog: