Sha256: 602cc38c01ad9630ca6c133fabaea1ab41df03739aee098d0a78d95bce5cb22f
Contents?: true
Size: 554 Bytes
Versions: 4
Compression:
Stored size: 554 Bytes
Contents
Rails.application.routes.draw do match "cloudhdr/cloudhdr_notifications/:class/:id", :to=>"cloudhdr#cloudhdr_notification_update", :via=>:post match "cloudhdr/cloudhdr_notifications/:class/:id", :to=>"cloudhdr#cloudhdr_notification_update", :via=>:get #match "cloudhdr/zencoder_notifications/:class/:id", :to=>"cloudhdr#zencoder_notification_update", :via=>:post match "cloudhdr/thumbnail_update", :to=>"cloudhdr#thumbnail_update", :via=>:post match "cloudhdr/multi_thumbnail_update", :to=>"cloudhdr#multi_thumbnail_update", :via=>:post end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cloudhdr_rails-0.0.14 | config/routes.rb |
cloudhdr_rails-0.0.13 | config/routes.rb |
cloudhdr_rails-0.0.12 | config/routes.rb |
cloudhdr_rails-0.0.11 | config/routes.rb |