Skip to content

Commit

Permalink
add routing for the fixity repository dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 19, 2013
1 parent 60b4af5 commit 8662912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/routes.rb
Expand Up @@ -9,6 +9,8 @@


match 'about/repository', :to => 'about#repository'
match 'about/fixity', :to => 'about#fixity', :as => 'repository_fixity'


match 'files/:id/fixity', :to => 'generic_files#fixity', :as => 'file_fixity'
match 'about', :to => 'about#repository'
Expand Down

0 comments on commit 8662912

Please sign in to comment.