Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/atomically/active_record/extension.rb
Class Method Summary collapse
Class Method Details
.atomically ⇒ Object
11 12 13 |
# File 'lib/atomically/active_record/extension.rb', line 11 def self.atomically Atomically::QueryService.new(self) end |