Sha256: e4a403ac783cd028eed87452e6b684a53a75e452fb0aa4727867fc2c20e9fe70

Contents?: true

Size: 493 Bytes

Versions: 19

Compression:

Stored size: 493 Bytes

Contents

Rails.application.routes.draw do
  # mount RailsAdminSelectize::Engine => '/rails-admin-selectize', as: 'rails_admin_selectize'
  mount RailsAdmin::Engine => '/app', as: 'rails_admin'

  get "home", to: "pages#home", as: "home"
  get "inside", to: "pages#inside", as: "inside"
  get "/contact", to: "pages#contact", as: "contact"
  post "/emailconfirmation", to: "pages#email", as: "email_confirmation"

  devise_for :users
  devise_scope :user do
    root to: "devise/sessions#new"
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
thecore-1.5.3 config/routes.rb
thecore-1.5.2 config/routes.rb
thecore-1.5.1 config/routes.rb
thecore-1.5.0 config/routes.rb
thecore-1.4.10 config/routes.rb
thecore-1.4.8 config/routes.rb
thecore-1.4.7 config/routes.rb
thecore-1.4.6 config/routes.rb
thecore-1.4.5 config/routes.rb
thecore-1.4.4 config/routes.rb
thecore-1.4.3 config/routes.rb
thecore-1.4.2 config/routes.rb
thecore-1.4.1 config/routes.rb
thecore-1.4.0 config/routes.rb
thecore-1.3.24 config/routes.rb
thecore-1.3.23 config/routes.rb
thecore-1.3.22 config/routes.rb
thecore-1.3.21 config/routes.rb
thecore-1.3.20 config/routes.rb