Method: Pageflow::MediaEncodingStateMachine#failed?
- Defined in:
- app/state_machines/pageflow/media_encoding_state_machine.rb
#failed? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
106 107 108 109 110 |
# File 'app/state_machines/pageflow/media_encoding_state_machine.rb', line 106 def failed? super || || encoding_failed? end |