Module: EntityStore::ProjectionMacro

Defined in:
lib/entity_store/entity_store.rb

Instance Method Summary collapse

Instance Method Details

#projection_macro(cls) ⇒ Object Also known as: projection



200
201
202
203
204
# File 'lib/entity_store/entity_store.rb', line 200

def projection_macro(cls)
  define_method :projection_class do
    cls
  end
end