Class: Streamit::StreamsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/streamit/streams_controller.rb

Instance Method Summary collapse

Instance Method Details

#fetchObject



8
9
10
11
12
13
# File 'app/controllers/streamit/streams_controller.rb', line 8

def fetch
  respond_to do |format|
    format.html
    format.js { render :text => render_to_string(@streams) }
  end
end