jam-cloud/web/app/controllers/popups_controller.rb

13 lines
195 B
Ruby

class PopupsController < ApplicationController
respond_to :html
def recording_controls
render :layout => "minimal"
end
def media_controls
render :layout => "minimal"
end
end