effective_email_templates 0.4.5 → 0.4.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/effective_email_templates/engine.rb +0 -15
- data/lib/effective_email_templates/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aee89bfc9879399e8fbcff81a53cbae2adc5224f
|
4
|
+
data.tar.gz: 4f95b545f8c0c12637d34b985e7c8e31e31ad5b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3003858b22f22072c835e49c84cc9576f35442efc6a325dcd75a756723a058753ad353a74d6aa29c1363f35b0163db47c853747d2b4f5eb39816440f62df7efe
|
7
|
+
data.tar.gz: b9afe74800afde5426f46073d3218d1baf0a236d2d9f941d5133c22ad4c265fc0fd7184604bafee67253a1bbbdf42dae631241f241c8931a71faaf3f5eabedf6
|
@@ -2,21 +2,6 @@ module EffectiveEmailTemplates
|
|
2
2
|
class Engine < ::Rails::Engine
|
3
3
|
engine_name 'effective_email_templates'
|
4
4
|
|
5
|
-
# Include Helpers to base application
|
6
|
-
initializer 'effective_email_templates.action_controller' do |app|
|
7
|
-
ActiveSupport.on_load :action_controller do
|
8
|
-
helper EffectiveEmailTemplatesHelper
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
# Include acts_as_email_templatable concern and allow any ActiveRecord object to call it
|
13
|
-
initializer 'effective_email_templates.active_record' do |app|
|
14
|
-
ActiveSupport.on_load :active_record do
|
15
|
-
# If you write a concern at all, it should be registered here
|
16
|
-
#ActiveRecord::Base.extend(ActsAsAddressable::ActiveRecord)
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
5
|
# Set up our default configuration options.
|
21
6
|
initializer "effective_email_templates.defaults", :before => :load_config_initializers do |app|
|
22
7
|
eval File.read("#{config.root}/config/effective_email_templates.rb")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_email_templates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|