소스 검색

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