Sha256: 61a3e9477bdf4256aa7ec6ca81c8d74a5ef3a6ea7ed3fa370de1f98bb72005df
Contents?: true
Size: 376 Bytes
Versions: 4
Compression:
Stored size: 376 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.resources :papermill, :collection => { :sort => :post, :mass_edit => :post, :mass_delete => :post }, :member => { :crop => :get } map.connect "#{Papermill::options[:papermill_prefix]}/#{Papermill::PAPERCLIP_INTERPOLATION_STRING.gsub(":id_partition", ":id0/:id1/:id2")}", :controller => "papermill", :action => "show" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
papermill-1.1.6 | config/routes.rb |
papermill-1.1.5 | config/routes.rb |
papermill-1.1.4 | config/routes.rb |
papermill-1.1.3 | config/routes.rb |