Module: Reform::Form::Module

Defined in:
lib/reform/form/module.rb

Overview

Include this in every module that gets further included.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
# File 'lib/reform/form/module.rb', line 3

def self.included(base)
  base.extend ClassMethods

  base.extend Declarative::Heritage::DSL      # ::heritage
  base.extend Declarative::Heritage::Included # ::included
end