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