Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Fix range_limit controller bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
redlibrarian committed Jun 25, 2015
1 parent 4d343db commit ad577f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

devise_for :users

get "symphony/range_limit" => "symphony#range_limit"
get "ejournals/range_limit" => "ejournals#range_limit"
get "databases/range_limit" => "databases#range_limit"
get "articles/range_limit" => "articles#range_limit"

get "articles", to: "articles#index"
get "articles/:dbid/:an", to: "articles#detail", constraints: {an: /[^V]+/ }
get "articles/:dbid/:an/fulltext", to: "articles#fulltext", constraints: {an: /[^V]+/ }
Expand Down

0 comments on commit ad577f2

Please sign in to comment.