aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/action_mailer_layouts/init.rb
blob: 8289c4eb90105defae08ff6875bc4513bfc7dea3 (plain)
1
2
3
4
5
6
7
begin
  require File.join(File.dirname(__FILE__), 'plugin.rb')
  ActionController::Base.logger.fatal '** Loaded layouts plugin for ActionMailer'
rescue Exception => e
  puts e.inspect
  ActionController::Base.logger.fatal e if ActionController::Base.logger
end