remove duplicate before_filter

This commit is contained in:
Cyril 2012-09-25 22:32:20 +02:00
parent c3907bef59
commit 252d3a0c9d
6 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,4 @@
class HooksController < ApplicationController
before_filter :authenticate_user!
before_filter :project
layout "project"