Fixed rubocop messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user