Sha256: 18112299e8c43405c50ee675af5e1aafbf656303e11f5dbd881367307c85ee08

Contents?: true

Size: 176 Bytes

Versions: 11

Compression:

Stored size: 176 Bytes

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  devise_for :users
  root to: "mr_common/registrations/public#new"
  mount MrCommon::Engine, at: "/common"
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mr_common-2.1.0 spec/dummy/config/routes.rb
mr_common-2.0.0 spec/dummy/config/routes.rb
mr_common-1.3.0 spec/dummy/config/routes.rb
mr_common-1.2.0 spec/dummy/config/routes.rb
mr_common-1.1.0 spec/dummy/config/routes.rb
mr_common-1.0.5 spec/dummy/config/routes.rb
mr_common-1.0.4 spec/dummy/config/routes.rb
mr_common-1.0.3 spec/dummy/config/routes.rb
mr_common-1.0.2 spec/dummy/config/routes.rb
mr_common-1.0.1 spec/dummy/config/routes.rb
mr_common-1.0.0 spec/dummy/config/routes.rb