Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
Merb::BootLoader.after_app_loads do ### Add dependencies here that must load after the application loads: # dependency "magic_admin" # this gem uses the app's model classes Merb::Mailer.config = {:sendmail_path => '/usr/sbin/sendmail'} Merb::Mailer.delivery_method = :sendmail end
This paste will be private.
From the Design Piracy series on my blog: