class Decisive::StreamingNotEnabledByControllerError
Public Instance Methods
message()
click to toggle source
# 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