summaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-08 05:11:04 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-08 05:11:04 +0000
commitf8da2233dbacc3bf805f3827b25d2c3ad528011b (patch)
treeb3f8d49ae63fbd76b4b480c2d50fbcb99a0482ac /db
parent9497eb5b489823fab5790a9a7c9b32989996a383 (diff)
downloadredmine-f8da2233dbacc3bf805f3827b25d2c3ad528011b.tar.gz
redmine-f8da2233dbacc3bf805f3827b25d2c3ad528011b.zip
remove trailing white-spaces from db/migrate/068_create_enabled_modules.rb (#9510)
Contributed by Igor Zubkov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7753 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'db')
-rw-r--r--db/migrate/068_create_enabled_modules.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/068_create_enabled_modules.rb b/db/migrate/068_create_enabled_modules.rb
index fd848ef96..566ba1222 100644
--- a/db/migrate/068_create_enabled_modules.rb
+++ b/db/migrate/068_create_enabled_modules.rb
@@ -5,7 +5,7 @@ class CreateEnabledModules < ActiveRecord::Migration
t.column :name, :string, :null => false
end
add_index :enabled_modules, [:project_id], :name => :enabled_modules_project_id
-
+
# Enable all modules for existing projects
Project.find(:all).each do |project|
project.enabled_module_names = Redmine::AccessControl.available_project_modules