lib/generators/ahoy/templates/install.rb in ahoy_matey-0.1.1 vs lib/generators/ahoy/templates/install.rb in ahoy_matey-0.1.2
- old
+ new
@@ -1,8 +1,8 @@
class <%= migration_class_name %> < ActiveRecord::Migration
def change
create_table :visits do |t|
- # cookies *required*
+ # cookies
t.string :visit_token
t.string :visitor_token
# the rest are recommended but optional
# simply remove the columns you don't want