Commit 128eb750 by Thanh Hung Pham

Change user_agrent-> user_agent

parent 09bd6db3
......@@ -5,7 +5,7 @@ class CreateApplies < ActiveRecord::Migration[5.1]
t.references :job, index: true
t.datetime :applied_at
t.string :ip_address
t.string :user_agrent
t.string :user_agent
t.timestamps
end
......
......@@ -17,7 +17,7 @@ ActiveRecord::Schema.define(version: 20170628020034) do
t.bigint "job_id"
t.datetime "applied_at"
t.string "ip_address"
t.string "user_agrent"
t.string "user_agent"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["job_id"], name: "index_applies_on_job_id"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment