Skip to content
Snippets Groups Projects
Commit be18397d authored by Cyril's avatar Cyril
Browse files

rename ProjectController to ProjectResourceController

parent 933c5e41
No related branches found
No related tags found
1 merge request!1569Simplify controllers and layout handling
class WikisController < ProjectController
class WikisController < ProjectResourceController
before_filter :authorize_read_wiki!
before_filter :authorize_write_wiki!, only: [:edit, :create, :history]
before_filter :authorize_admin_wiki!, only: :destroy
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment