Browse Source

lk | adds params to clients controller

master
Louis Knapp 9 years ago
parent
commit
b37a827655
  1. 4
      app/controllers/clients_controller.rb

4
app/controllers/clients_controller.rb

@ -58,12 +58,14 @@ class ClientsController < ApplicationController
:lock, :lock,
:completion_date, :completion_date,
:bike_id, :bike_id,
:will_pay,
:bike_type_requested,
:agency_id, :agency_id,
:notes, :notes,
:bike_fixed, :bike_fixed,
:number_of_calls, :number_of_calls,
:application_voided, :application_voided,
:pickup_date, :pickup_date,
:volunteer_at_pickup) :volunteer_at_pickup)
end end
end end

Loading…
Cancel
Save