Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
## the model validates_confirmation_of :password ## the view [rhtml] <%= f.password_field :password %> <%= f.password_field :password_confirmation %> ## a controller @foo = FooModel.new(params[:foo]) @foo.save # true if they match, false if they don't
From the Design Piracy series on my blog: