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



229
230
231
232
233
# File 'lib/entity_store/entity_store.rb', line 229

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