Module: Pageflow::ImageFileStateMachine

Extended by:
ActiveSupport::Concern
Included in:
ImageFile
Defined in:
app/state_machines/pageflow/image_file_state_machine.rb

Instance Method Summary collapse

Instance Method Details

#publish!Object



32
33
34
# File 'app/state_machines/pageflow/image_file_state_machine.rb', line 32

def publish!
  process!
end

#retry!Object



28
29
30
# File 'app/state_machines/pageflow/image_file_state_machine.rb', line 28

def retry!
  process!
end