makes spaces consistent

This commit is contained in:
rgarcia
2015-09-03 01:29:46 +02:00
parent 29ae0c68f8
commit 4897d5df4e
20 changed files with 14 additions and 13 deletions

View File

@@ -2,9 +2,9 @@ class Moderation::BaseController < ApplicationController
layout 'admin'
before_action :authenticate_user!
before_action :verify_moderator
skip_authorization_check
before_action :verify_moderator
private