mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Remove useless method #run_in_request? from db/migrate/20221214173537_add_select_project_publicity_permission.rb (#39777).
Patch by Pavel Rosický. git-svn-id: https://svn.redmine.org/redmine/trunk@22495 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f29c22157d
commit
b150a8e9b2
@ -10,6 +10,4 @@ class AddSelectProjectPublicityPermission < ActiveRecord::Migration[6.1]
|
||||
r.remove_permission!(:select_project_publicity)
|
||||
end
|
||||
end
|
||||
|
||||
def run_in_request?; true end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user