reworking routes

This commit is contained in:
Josh
2018-05-15 11:43:59 -04:00
parent 1ddc3172eb
commit 6cdcd89387
10 changed files with 113 additions and 73 deletions

View File

@@ -1,8 +1,8 @@
class MeetingsController < ApplicationController
before_action :verify_room_ownership
#before_action :verify_room_ownership
# GET /rooms/:room_uid/meetings
# GET /r/:room_uid/meetings
def index
end