replace tabs to spaces at app/models/query.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13088 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-04-15 22:49:30 +00:00
parent 8c52689d91
commit 3270a3af40
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ class Query < ActiveRecord::Base
after_save do |query|
if query.visibility_changed? && query.visibility != VISIBILITY_ROLES
query.roles.clear
end
query.roles.clear
end
end
class_attribute :operators