From 252d3a0c9d84cef8d939c2c444f8763079eded1e Mon Sep 17 00:00:00 2001 From: Cyril Date: Tue, 25 Sep 2012 22:32:20 +0200 Subject: remove duplicate before_filter --- app/controllers/snippets_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/snippets_controller.rb') diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index f852e425891..b00c9283694 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -1,5 +1,4 @@ class SnippetsController < ApplicationController - before_filter :authenticate_user! before_filter :project before_filter :snippet, only: [:show, :edit, :destroy, :update, :raw] layout "project" -- cgit v1.2.1