Sha256: 8430f69447bcf52d6206bf93da087f971cd59f697e5f33efa6ec837f845d7315

Contents?: true

Size: 176 Bytes

Versions: 22

Compression:

Stored size: 176 Bytes

Contents

Rails.application.routes.draw do
    devise_for :users
    devise_scope :user do
        root to: "devise/sessions#new"
    end

    get '/info/swagger', to: 'info#swagger'
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
thecore_ui_commons-3.2.11 config/routes.rb
thecore_ui_commons-3.2.10 config/routes.rb
thecore_ui_commons-3.2.9 config/routes.rb
thecore_ui_commons-3.2.8 config/routes.rb
thecore_ui_commons-3.2.7 config/routes.rb
thecore_ui_commons-3.2.6 config/routes.rb
thecore_ui_commons-3.2.5 config/routes.rb
thecore_ui_commons-3.2.4 config/routes.rb
thecore_ui_commons-3.2.3 config/routes.rb
thecore_ui_commons-3.2.2 config/routes.rb
thecore_ui_commons-3.2.1 config/routes.rb
thecore_ui_commons-3.2.0 config/routes.rb
thecore_ui_commons-3.1.11 config/routes.rb
thecore_ui_commons-3.1.10 config/routes.rb
thecore_ui_commons-3.1.9 config/routes.rb
thecore_ui_commons-3.1.8 config/routes.rb
thecore_ui_commons-3.1.7 config/routes.rb
thecore_ui_commons-3.1.6 config/routes.rb
thecore_ui_commons-3.1.5 config/routes.rb
thecore_ui_commons-3.1.4 config/routes.rb