Module: FourEyes::ControllerAdditions

Defined in:
lib/four_eyes/controller_additions.rb

Overview

This module is automatically included into all controllers that will be implementing the Maker-Checker functionality

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



47
48
49
# File 'lib/four_eyes/controller_additions.rb', line 47

def self.included(base)
  base.extend ClassMethods
end