Sha256: 2fb8aee41dad4da8975515f63d69c7966dbeb8a03d71e60bebd7ec1b1eccd28b

Contents?: true

Size: 198 Bytes

Versions: 3

Compression:

Stored size: 198 Bytes

Contents

Rails.application.routes.draw do
  match 'ckeditor/images', :to => 'ckeditor#images'
  match 'ckeditor/files',  :to => 'ckeditor#files'
  match 'ckeditor/create/:kind', :to => 'ckeditor#create'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ckeditor-3.4.3.pre config/routes.rb
ckeditor-3.4.2.pre config/routes.rb
ckeditor-3.4.1.pre config/routes.rb