making form configurable more explicit

Judy Ngai 9 jaren geleden
bovenliggende
commit
317e5c47da
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  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