Sha256: 99119b771e95f9b75a1d0a6fde48838ab2aca3f4d971555f7cb4a97f9ae328f1

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

Rails.application.routes.draw do
  scope :module => :kuhsaft do
    namespace :admin do
      resources :pages
      resources :assets
    end
  end
  match '/:translation_locale/:slug' => 'kuhsaft/pages#show', :constraints => { :translation_locale => /[a-zA-Z]{2}/ }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kuhsaft-0.0.3 config/routes.rb