mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | renames columns on agencies table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user