Sha256: c4e8b9fc3c32e4f3a77e41884c0c4a37c29638c311980658303658894cb17582
Contents?: true
Size: 445 Bytes
Versions: 26
Compression:
Stored size: 445 Bytes
Contents
Rails.application.routes.draw do match "phocoder/phocoder_notifications/:class/:id", :to=>"phocoder#phocoder_notification_update", :via=>:post match "phocoder/zencoder_notifications/:class/:id", :to=>"phocoder#zencoder_notification_update", :via=>:post match "phocoder/thumbnail_update", :to=>"phocoder#thumbnail_update", :via=>:post match "phocoder/multi_thumbnail_update", :to=>"phocoder#multi_thumbnail_update", :via=>:post end
Version data entries
26 entries across 26 versions & 1 rubygems