Sha256: 80b24716824e9fc83f66a8fd439cd9db8baedb0ecf29d26231b7d03876557a9f
Contents?: true
Size: 407 Bytes
Versions: 9
Compression:
Stored size: 407 Bytes
Contents
ActionController::Routing::Routes.draw do |map| map.resources :pages map.namespace(:admin, :path_prefix => 'refinery') do |admin| admin.resources :pages, :collection => {:update_positions => :post} admin.resources :page_parts admin.resources :pages_dialogs, :as => 'pages/dialogs', :collection => { :link_to => :get, :test_url => :get, :test_email => :get } end end
Version data entries
9 entries across 9 versions & 1 rubygems