summaryrefslogtreecommitdiff
path: root/app/controllers/milestones_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/milestones_controller.rb')
-rw-r--r--app/controllers/milestones_controller.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/controllers/milestones_controller.rb b/app/controllers/milestones_controller.rb
index e8dbc8e49f1..19baf531eb9 100644
--- a/app/controllers/milestones_controller.rb
+++ b/app/controllers/milestones_controller.rb
@@ -1,11 +1,6 @@
-class MilestonesController < ApplicationController
- before_filter :project
+class MilestonesController < ProjectController
before_filter :module_enabled
before_filter :milestone, only: [:edit, :update, :destroy, :show]
- layout "project"
-
- # Authorize
- before_filter :add_project_abilities
# Allow read any milestone
before_filter :authorize_read_milestone!