making form configurable more explicit

Judy Ngai преди 9 години
родител
ревизия
317e5c47da
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      app/models/agents/google_flights_agent.rb

+ 3 - 3
app/models/agents/google_flights_agent.rb

@@ -62,9 +62,9 @@ module Agents
62 62
 
63 63
     form_configurable :qpx_api_key, type: :string
64 64
     form_configurable :adultCount
65
-    form_configurable :origin
66
-    form_configurable :destination
67
-    form_configurable :date
65
+    form_configurable :origin, type: :string
66
+    form_configurable :destination, type: :string
67
+    form_configurable :date, type: :string
68 68
     form_configurable :childCount
69 69
     form_configurable :infantInSeatCount
70 70
     form_configurable :infantInLapCount