Sha256: f8181dc698b8931318368af27c17bab89f3cfd80dfd645b4c385c5d972cbae78

Contents?: true

Size: 170 Bytes

Versions: 38

Compression:

Stored size: 170 Bytes

Contents

Rails.application.routes.draw do

  resources :articles

  devise_for :users

  mount TranslationCenter::Engine => "/translation_center"

  root to: "articles#index"
end

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
translation_center-1.7.2 test/dummy/config/routes.rb
afalkear_translation_center-1.8.4 test/dummy/config/routes.rb
afalkear_translation_center-1.8.3 test/dummy/config/routes.rb
afalkear_translation_center-1.8.2 test/dummy/config/routes.rb
afalkear_translation_center-1.8.1 test/dummy/config/routes.rb
afalkear_translation_center-1.8.0 test/dummy/config/routes.rb
afalkear_translation_center-1.7.9 test/dummy/config/routes.rb
afalkear_translation_center-1.7.8 test/dummy/config/routes.rb
afalkear_translation_center-0.0.0 test/dummy/config/routes.rb
afalkear_translation_center-1.7.7 test/dummy/config/routes.rb
translation_center-1.7.1 test/dummy/config/routes.rb
translation_center-1.7.0 test/dummy/config/routes.rb
translation_center-1.6.10 test/dummy/config/routes.rb
translation_center-1.6.9 test/dummy/config/routes.rb
translation_center-1.6.8 test/dummy/config/routes.rb
translation_center-1.6.7 test/dummy/config/routes.rb
translation_center-1.6.6 test/dummy/config/routes.rb
translation_center-1.6.5 test/dummy/config/routes.rb
translation_center-1.6.4 test/dummy/config/routes.rb
translation_center-1.6.3 test/dummy/config/routes.rb