module Datamappify::Entity::Composable

Public Class Methods

included(klass) click to toggle source
# File lib/datamappify/entity/composable.rb, line 8
def self.included(klass)
  klass.extend DSL
end