Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ##model - don't know how this works...
  2.  
  3. class Post
  4.  
  5. def stuff_for_named_route
  6. :year => datetime.year, :month => datetime.month, :day => datetime.day, :slug => slug
  7. end
  8.  
  9. end
  10.  
  11. ## generate link
  12. show_path(post.stuff_for_named_route)
Add Comment
Please, Sign In to add comment