Skip to content

Commit

Permalink
append view path on Effective::LiquidMailer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Feaver committed Dec 4, 2014
1 parent d4edd4e commit e0e2103
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/effective_email_templates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
require "effective_email_templates/version"

require "effective/liquid_mailer"

ActionMailer::Base.send(:append_view_path, EffectiveEmailTemplates::LiquidResolver.new)
Effective::LiquidMailer.send(:append_view_path, EffectiveEmailTemplates::LiquidResolver.new)

module EffectiveEmailTemplates

Expand Down

0 comments on commit e0e2103

Please sign in to comment.