amahi/platform

View on GitHub
plugins/030-disks/config/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
Disks::Engine.routes.draw do
    # root of the plugin
        root :to => 'disks#index'
    # examples of controllers built in this generator. delete at will
    match 'mounts' => 'disks#mounts', via: [:get,:post]
end