Advertisement
alewtina

Untitled

Dec 22nd, 2016
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.34 KB | None | 0 0
  1. require 'bigbluebutton_api'
  2.  
  3. class Client::ApplicationController < Bigbluebutton::RoomsController
  4.  
  5. end
  6.  
  7. class Client::RoomsController < Bigbluebutton::RoomsController
  8.  
  9.   include BigbluebuttonRails::InternalControllerMethods
  10.   inherit_resources
  11.   load_and_authorize_resource
  12.   # skip_authorization_check
  13.  
  14.   respond_to :html, :json
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement