add a space

This commit is contained in:
Job van der Voort 2014-04-07 14:26:52 +00:00
parent 6d19696267
commit 52cf11b9f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
class FixNamespaces < ActiveRecord::Migration
def up
Namespace.where('name <> path and type is null').each do |namespace|
namespace.update_attribute(:name, namespace.path)
namespace.update_attribute(:name, namespace.path)
end
end
def down
end
end
end