rubocop files update and auto correction

This commit is contained in:
raluka 2015-10-21 17:33:53 +02:00
parent b1666fdc1e
commit 51a012bb21
88 changed files with 519 additions and 452 deletions

View file

@ -1,6 +1,6 @@
class CreateAhoyEvents < ActiveRecord::Migration
def change
create_table :ahoy_events do |t|
create_table :ahoy_events do |t|
t.uuid :visit_id
# user
t.integer :user_id