diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index c420205..da6edce 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -50,6 +50,7 @@ LeapWeb::Application.routes.draw do post 'enable', on: :member end + resources :invite_codes, :only => [:index, :destroy, :create] resources :identities, :only => [:index, :destroy] end |