Sha256: 7a9e65ecad61d331ee346827da046986b12c79a9d6083f7707c1ce30612ee5b2
Contents?: true
Size: 174 Bytes
Versions: 7
Compression:
Stored size: 174 Bytes
Contents
Rails.application.routes.draw do namespace :admin do resources :pages end match '/static/*path', :to => 'static_content#show', :via => :get, :as => 'static' end
Version data entries
7 entries across 7 versions & 1 rubygems