Sha256: 0e8970e2b5771276bb6d067ac33993db245e023bd171aa9d35e5df5fd8d5df64
Contents?: true
Size: 424 Bytes
Versions: 16
Compression:
Stored size: 424 Bytes
Contents
Rails.application.routes.draw do scope ":locale" do devise_for :users, controllers: { registrations: "registrations", confirmations: 'confirmations' } end themes_for_rails mount DmCore::Engine, at: '/' mount DmForum::Engine, at: '/' mount DmCms::Engine, at: '/' scope ":locale" do get '/index', controller: 'dm_cms/pages', action: :show, slug: 'index', as: :index end end
Version data entries
16 entries across 16 versions & 1 rubygems