Sha256: c00cfb56963e3e28f41c043eb167f65e7c1dd4e80c0a77c6c536bf09cca2e6da
Contents?: true
Size: 623 Bytes
Versions: 12
Compression:
Stored size: 623 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.page_schedule_draft_promotion 'admin/pages/schedule_draft_promotion/:id', :controller => 'admin/pages', :action => 'schedule_draft_promotion' map.snippet_schedule_draft_promotion 'admin/snippet/schedule_draft_promotion/:id', :controller => 'admin/snippets', :action => 'schedule_draft_promotion' map.layout_schedule_draft_promotion 'admin/layout/schedule_draft_promotion/:id', :controller => 'admin/layouts', :action => 'schedule_draft_promotion' map.page_unpublish 'admin/pages/unpublish/:id', :controller => 'admin/pages', :action => 'unpublish' end
Version data entries
12 entries across 12 versions & 1 rubygems