Exception: Decisive::StreamingNotEnabledByControllerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/decisive/template_handler.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



51
52
53
# File 'lib/decisive/template_handler.rb', line 51

def message
  "the controller does not have ActionController::Live included, and thus cannot stream this csv. Either disable streaming by passing `stream: false` to #csv, or include ActionController::Live into the controller."
end