notebook/app/controllers/stream_controller.rb
2020-03-29 02:38:58 -05:00

5 lines
69 B
Ruby

class StreamController < ApplicationController
def index
end
end