forked from External/greenlight
initial commit
This commit is contained in:
9
app/controllers/rooms_controller.rb
Normal file
9
app/controllers/rooms_controller.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class RoomsController < ApplicationController
|
||||
|
||||
before_action :verify_room_ownership
|
||||
|
||||
# GET /rooms/:room_uid
|
||||
def index
|
||||
@meeting = Meeting.new
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user