actionframework/actionframework

View on GitHub
resources/project_template/config/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
ActionFramework::Server.current.routes do

    get "/" => "DefaultController#index"

end