浏览代码

Fixed generator

Andrew Kane 9 年之前
父节点
当前提交
7dfddc26bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/generators/blazer/templates/install.rb

+ 1 - 1
lib/generators/blazer/templates/install.rb

@@ -30,7 +30,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration
     end
 
     create_table :blazer_checks do |t|
-      t.references :blazer_query
+      t.references :query
       t.string :state
       t.text :emails
       t.timestamps