Guest User

Untitled

a guest
Jun 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. match 'post/by_tag/:tag',
  2. :to => 'posts#by_tag',
  3. :as => 'posts_by_tag',
  4. :tag => /[A-Za-z0-9\-_\.]*/
Add Comment
Please, Sign In to add comment