class DataStreamingApiController

Public Instance Methods

one() click to toggle source
# File actionpack/test/controller/api/data_streaming_test.rb, line 13
def one; end
two() click to toggle source
# File actionpack/test/controller/api/data_streaming_test.rb, line 14
def two
  send_data(file_data, {})
end