Class: ROM::EventStore::Relation
- Inherits:
-
Relation
- Object
- Relation
- ROM::EventStore::Relation
- Defined in:
- lib/rom/event_store/relation.rb
Class Method Summary collapse
Class Method Details
.inherited(base) ⇒ Object
8 9 10 11 12 |
# File 'lib/rom/event_store/relation.rb', line 8 def self.inherited(base) super base.exposed_relations.merge([:subscribe, :from, :limit]) end |