Skip to content

remove duplicate before_filter

gitlab-qa-bot requested to merge github/fork/jouve/simplify_controllers1 into master

Created by: jouve

before_filter :authenticate_user! in controllers inheriting from ApplicationController are useless because ApplicationController already sets it.

Merge request reports