Fix indentation error in migration (#364)
Dan Frenette
committed May 16, 2018
commit 66f5c1259d2e7a96cb46d580653de6e76089d855
Showing 1
changed file with
1 additions
and 1 deletions
generators/ahoy/templates/active_record_migration.rb b/lib/generators/ahoy/templates/active_record_migration.rb
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version %> | |
| def change | |
| - | create_table :ahoy_visits do |t| |
| + | create_table :ahoy_visits do |t| |
| t.string :visit_token | |
| t.string :visitor_token | |