Module: JSON::Schematized

Included in:
Base
Defined in:
lib/json-schematized.rb,
lib/json/schematized/dsl.rb,
lib/json/schematized/base.rb,
lib/json/schematized/wrapper.rb,
lib/json/schematized/basic_wrapper.rb,
lib/json/schematized/virtus_wrapper.rb

Defined Under Namespace

Modules: BasicWrapper, Collections, DSL, Models, VirtusWrapper, Wrapper Classes: Base

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



15
16
17
# File 'lib/json-schematized.rb', line 15

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