Sha256: 2193bdfc533ce467d7038055a0537f13729acb818fd983cf75c34ae8059337f1

Contents?: true

Size: 194 Bytes

Versions: 16

Compression:

Stored size: 194 Bytes

Contents

Alchemy::Custom::Model::Engine.routes.draw do

  namespace :admin do
    match '/elfinder_ui' => 'files#ui', via: [:get]
    match '/elfinder' => 'files#elfinder', via: [:get, :post]
  end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
alchemy-custom-model-2.1.2 config/routes.rb
alchemy-custom-model-2.1.1 config/routes.rb
alchemy-custom-model-2.1.0 config/routes.rb
alchemy-custom-model-2.0.3 config/routes.rb
alchemy-custom-model-2.0.2 config/routes.rb
alchemy-custom-model-2.0.1 config/routes.rb
alchemy-custom-model-2.0.0 config/routes.rb
alchemy-custom-model-0.1.9 config/routes.rb
alchemy-custom-model-0.1.7 config/routes.rb
alchemy-custom-model-0.1.6 config/routes.rb
alchemy-custom-model-0.1.5 config/routes.rb
alchemy-custom-model-0.1.4 config/routes.rb
alchemy-custom-model-0.1.3 config/routes.rb
alchemy-custom-model-0.1.2 config/routes.rb
alchemy-custom-model-0.1.1 config/routes.rb
alchemy-custom-model-0.1.0 config/routes.rb