lib/spontaneous/plugins/application/render.rb in spontaneous-0.1.0.alpha1 vs lib/spontaneous/plugins/application/render.rb in spontaneous-0.2.0.alpha1
- old
+ new
@@ -1,16 +1,13 @@
# encoding: UTF-8
-
require 'cutaneous'
module Spontaneous::Plugins::Application
module Render
+ extend ActiveSupport::Concern
- def self.configure(base)
- end
-
module ClassMethods
attr_accessor :render_engine
def template_ext
template_engine.extension
@@ -24,6 +21,5 @@
@template_engine = engine
end
end # ClassMethods
end # Render
end # Spontaneous::Plugins::Application
-