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
5 6 7 |
# File 'lib/atomically/active_record/extension.rb', line 5 def atomically Atomically::QueryService.new(klass) end |