Module: Pageflow::EncodedFileStateMachine

Extended by:
ActiveSupport::Concern
Included in:
AudioFile, VideoFile
Defined in:
app/state_machines/pageflow/encoded_file_state_machine.rb

Instance Method Summary collapse

Instance Method Details

#retryable?Boolean

Returns:

  • (Boolean)


74
75
76
# File 'app/state_machines/pageflow/encoded_file_state_machine.rb', line 74

def retryable?
  can_retry? && !encoded?
end