Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class Post < ActiveRecord::Base before_create :generate_slug protected def generate_slug self.slug = self.title.dasherize end
This paste will be private.
From the Design Piracy series on my blog: