Explorar o código

Fixed generator

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
7dfddc26bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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