whyi / gallery

An open source, single page art gallery app written in Ruby on Rails and Angular.js
2 stars 0 forks source link

Redirection issue #27

Closed whyi closed 9 years ago

whyi commented 9 years ago

I thought that I removed this already?!

match "/*path" => redirect("/?goto=%{path}"), via: [:get]
whyi commented 9 years ago

done