diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-01 13:09:41 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-17 12:58:58 -0300 |
commit | 7649937452b659852c33da17e50d42c615f49f1f (patch) | |
tree | 76f9459643fd05b7d3e25c70c12e09cbcf8724bf /config | |
parent | baec3d236b239c720f2fc550bdfa22c09380f0aa (diff) | |
download | gitlab-ce-7649937452b659852c33da17e50d42c615f49f1f.tar.gz |
Initial issues board page
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 63a8827a6a2..8e39993493c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -856,6 +856,8 @@ Rails.application.routes.draw do end end + resource :board, only: [:show] + resources :todos, only: [:create] resources :uploads, only: [:create] do |