Sha256: af0eb09df6dd9047c1a9ebfdef4e8d7522f9c7cb0ce4226d5100e6fc4f0181b5

Contents?: true

Size: 155 Bytes

Versions: 8

Compression:

Stored size: 155 Bytes

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  resources :posts
  root to: "posts#index"

  mount Ckeditor::Engine, at: '/ckeditor'
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
ckeditor-5.1.3 test/dummy/config/routes.rb
ckeditor-5.1.2 test/dummy/config/routes.rb
ckeditor-5.1.1 test/dummy/config/routes.rb
glebtv-ckeditor-4.14.1 test/dummy/config/routes.rb
ckeditor-5.1.0 test/dummy/config/routes.rb
glebtv-ckeditor-4.13.1 test/dummy/config/routes.rb
glebtv-ckeditor-4.13.0 test/dummy/config/routes.rb
ckeditor-5.0.0 test/dummy/config/routes.rb