forked from External/greenlight
add preferences and customization (#171)
This commit is contained in:
committed by
Jesus Federico
parent
45c55efd04
commit
24c8952e59
@ -52,5 +52,7 @@ Rails.application.routes.draw do
|
||||
get '/(:room_id)/:id', to: 'landing#resource', as: :meeting_room, defaults: {room_id: nil}, :constraints => {:id => disallow_slash, :room_id => disallow_slash}
|
||||
end
|
||||
|
||||
get '/preferences', to: 'landing#preferences', as: :preferences
|
||||
|
||||
root to: 'landing#index', :resource => 'meetings'
|
||||
end
|
||||
|
Reference in New Issue
Block a user