Sha256: a42f549f7c7907a649b2b42d835f42995b94c296c4869688d9908a146ba45caa
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
Rails.application.routes.draw do |map| match 'ckeditor/images', :to => 'ckeditor#images' match 'ckeditor/files', :to => 'ckeditor#files' match 'ckeditor/create/:kind', :to => 'ckeditor#create' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ckeditor-3.4.0.pre | config/routes.rb |
ckeditor-3.2.4 | config/routes.rb |
ckeditor-3.2.3 | config/routes.rb |
ckeditor-3.2.1 | config/routes.rb |