I am consuming an API that expects me to do requests in the following format:
?filter=value1&filter=value2
However, I am using Active Resou
http://guides.rubyonrails.org/action_controller_overview.html#hash-and-array-parameters
Try :filter[] => value, :filter[] => value2