class ActiveRecord::Relation

Public Instance Methods

atomically() click to toggle source
# File lib/atomically/active_record/extension.rb, line 7
def atomically
  Atomically::QueryService.new(klass, relation: self)
end