Fixed rubocop messages

This commit is contained in:
Al Snow
2018-03-08 17:02:24 -05:00
parent 8dc8f4d61b
commit b8262ecb0a
7 changed files with 11 additions and 10 deletions
@@ -2,9 +2,9 @@
class CreateAnalytics < ActiveRecord::Migration[4.2]
def change
create_table :analytics do |t|
t.string :ip_address
t.string :referrer
t.string :user_agent
t.string :ip_address
t.string :referrer
t.string :user_agent
t.timestamps
end
end
+1
View File
@@ -1,3 +1,4 @@
# frozen_string_literal: true
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.