Guest User

Untitled

a guest
Apr 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Merb::BootLoader.after_app_loads do
  2. ### Add dependencies here that must load after the application loads:
  3.  
  4. # dependency "magic_admin" # this gem uses the app's model classes
  5. Merb::Mailer.config = {:sendmail_path => '/usr/sbin/sendmail'}
  6. Merb::Mailer.delivery_method = :sendmail
  7.  
  8. end
Add Comment
Please, Sign In to add comment