module FourEyes::ControllerAdditions

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

Public Class Methods

included(base) click to toggle source
# File lib/four_eyes/controller_additions.rb, line 47
def self.included(base)
  base.extend ClassMethods
end