Fixed namespace.

This commit is contained in:
Martin Edenhofer 2013-09-25 20:29:49 +02:00
parent 92f0045bfc
commit 8aaf65b3f8

View file

@ -1,4 +1,4 @@
class Taskbar < ActiveRecord::Migration class TaskbarCreate < ActiveRecord::Migration
def up def up
create_table :taskbars do |t| create_table :taskbars do |t|
t.column :user_id, :integer, :null => false t.column :user_id, :integer, :null => false