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



234
235
236
237
238
# File 'lib/entity_store/entity_store.rb', line 234

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