Module: Reform::Form::Module

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

Overview

Include this in every module that gets further included. TODO: this could be implemented in Declarable, as we can use that everywhere.

Defined Under Namespace

Modules: ClassMethods, Included

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

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