Browse Source

lk | adds params to clients controller

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

2
app/controllers/clients_controller.rb

@ -58,6 +58,8 @@ 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,

Loading…
Cancel
Save