Class: ActiveRecord::Relation

Inherits:
Object
  • Object
show all
Defined in:
lib/atomically/active_record/extension.rb

Instance Method Summary collapse

Instance Method Details

#atomicallyObject



7
8
9
# File 'lib/atomically/active_record/extension.rb', line 7

def atomically
  Atomically::QueryService.new(klass, relation: self)
end