Hi. I wanna do something like that:
match ‘/system/videos/:id/original/snapshot.jpg’, :as => :snapshot
So i could do “snapshot_path(id)” in my views.
Currently i implemented it as a Helper Method. Is there any way to
match path without controller?