edifice 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/edifice/version.rb +1 -1
- data/lib/edifice.rb +1 -1
- metadata +3 -3
data/lib/edifice/version.rb
CHANGED
data/lib/edifice.rb
CHANGED
@@ -17,6 +17,6 @@ module Edifice
|
|
17
17
|
end
|
18
18
|
|
19
19
|
ActionController::Base.send :include, Edifice::Controller
|
20
|
-
|
20
|
+
ActionMailer::Base.send :include, Edifice::Controller
|
21
21
|
ActionView::Base.send :include, Edifice::Helper
|
22
22
|
ActionView::Renderer.send :include, Edifice::Renderer
|
metadata
CHANGED