Parcourir la source

Merge pull request #59 from bastiRe/master

Corrected typo in migration in install.rb
Andrew Kane il y a 9 ans
Parent
commit
9f29ec7d84
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/generators/blazer/templates/install.rb

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

@@ -18,7 +18,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration
     end
 
     create_table :blazer_dashboards do |t|
-      t.refrences :creator
+      t.references :creator
       t.text :name
       t.timestamps
     end