diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-04 22:47:31 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-04 22:47:31 -0500 |
| commit | f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e (patch) | |
| tree | d1913cb1ff747d9202ff9efb34a4e12c982163b6 /config | |
| parent | 49c58dc5de3688d842025b83cbc91a69ef621641 (diff) | |
| download | thoughts-f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e.tar.gz thoughts-f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e.tar.bz2 thoughts-f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e.zip | |
Add quotes search
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/routes.rb b/config/routes.rb index 76378c4..9e62ebb 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -74,6 +74,8 @@ Rails.application.routes.draw do | |||
| 74 | get 'tags' | 74 | get 'tags' |
| 75 | get 'tags/:id', :action => "tag", :as => "tag" | 75 | get 'tags/:id', :action => "tag", :as => "tag" |
| 76 | get 'stats' | 76 | get 'stats' |
| 77 | get 'search_form' | ||
| 78 | get 'search' | ||
| 77 | end | 79 | end |
| 78 | 80 | ||
| 79 | member do | 81 | member do |
