Class: Maglev::PublishService

Inherits:
Object
  • Object
show all
Includes:
Injectable
Defined in:
app/services/maglev/publish_service.rb

Instance Method Summary collapse

Instance Method Details

#callObject



10
11
12
13
14
15
# File 'app/services/maglev/publish_service.rb', line 10

def call
  ActiveRecord::Base.transaction do
    unsafe_call
  end
  true
end