lk | renames columns on agencies table

This commit is contained in:
Louis Knapp
2016-07-24 08:12:01 -05:00
parent 692f12d47d
commit 7cd1b7a7a4
7 changed files with 27 additions and 21 deletions
+3 -3
View File
@@ -45,13 +45,13 @@ class AgenciesController < ApplicationController
def agency_params
params.require(:agency).permit(
:agency_name,
:name,
:contact_name,
:street_address,
:city,
:state,
:postal_code,
:phone_number,
:email)
:phone,
:email)
end
end