fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
revert all the timeout stuff
[redakcja.git]
/
redmine
/
redmine_publications
/
routes.rb
1
connect 'publications/:action',
2
:controller => 'publications',
3
:format => 'html'
4
5
connect 'publications/:action.:format',
6
:controller => 'publications'
7
8
connect 'publications/:action/:pub',
9
:controller => 'publications', :format => 'json',
10
:pub => /[^\/?]+/