This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_cas/config/routes.rb

4 lines
77 B
Ruby

RedmineApp::Application.routes.draw do
get 'cas', :to => 'account#cas'
end