Module: Patternist::Controller

Defined in:
lib/patternist/controller.rb

Overview

Base module for all controllers in the Patternist framework.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/patternist/controller.rb', line 8

def self.included(base)
  base.include Controllers::ActionPack::Restful
end