Guest User

Untitled

a guest
Feb 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Merb::Router.prepare do
  2.  
  3. match("/:login") do
  4. resources :galleries
  5. end
  6.  
  7. end
  8.  
  9. resource(:galleries) # => FAIL
  10.  
  11. resource(current_user, :galleries) # => ???
Add Comment
Please, Sign In to add comment