Module: MustacheRender::ActionControllerUtil

Defined in:
lib/mustache_render/utils/action_controller_util.rb

Overview

include ::MustacheRender::ActionControllerUtil

Defined Under Namespace

Modules: ClassMethods, HelperMethods, InstanceMethods, SharedMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
9
10
# File 'lib/mustache_render/utils/action_controller_util.rb', line 5

def self.included base
  base.class_eval do
    extend   ClassMethods
    include InstanceMethods
  end
end