Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/atomically/active_record/extension.rb
Instance Method Summary collapse
Instance Method Details
#atomically ⇒ Object
7 8 9 |
# File 'lib/atomically/active_record/extension.rb', line 7 def atomically Atomically::QueryService.new(klass, relation: self) end |