accept json-encoded pipeline[components] param
authorTom Clegg <tom@clinicalfuture.com>
Sun, 17 Feb 2013 21:22:34 +0000 (13:22 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Sun, 17 Feb 2013 21:22:34 +0000 (13:22 -0800)
app/controllers/orvos/v1/pipelines_controller.rb

index b57d47dca7a4b50fa707030edb7e4aa98a1add96..ba0279e476fc2edab306c2fc42803f15b55693c4 100644 (file)
@@ -1,2 +1,3 @@
 class Orvos::V1::PipelinesController < ApplicationController
+  accept_attribute_as_json :components, Hash
 end