Fixed namespace.
This commit is contained in:
parent
92f0045bfc
commit
8aaf65b3f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue