diff options
Diffstat (limited to 'app/controllers/tree_controller.rb')
-rw-r--r-- | app/controllers/tree_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/tree_controller.rb b/app/controllers/tree_controller.rb index 2151bd7cbbd..093fd5e512e 100644 --- a/app/controllers/tree_controller.rb +++ b/app/controllers/tree_controller.rb @@ -7,7 +7,6 @@ class TreeController < ProjectResourceController before_filter :authorize_code_access! before_filter :require_non_empty_project - before_filter :assign_ref_vars before_filter :edit_requirements, only: [:edit, :update] def show |