Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'bigbluebutton_api'
- class Client::ApplicationController < Bigbluebutton::RoomsController
- end
- class Client::RoomsController < Bigbluebutton::RoomsController
- include BigbluebuttonRails::InternalControllerMethods
- inherit_resources
- load_and_authorize_resource
- # skip_authorization_check
- respond_to :html, :json
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement