File: routes.rb

package info (click to toggle)
redmine-plugin-pretend 0.0.2%2Bgit20130821-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 30
  • sloc: ruby: 94; makefile: 35
file content (4 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
RedmineApp::Application.routes.draw do
  post 'admin/pretend_to/:id' => 'application#pretend_to', :as => 'pretend_to'
  post 'admin/unpretend' => 'application#unpretend', :as => 'unpretend'
end