Guest User

Untitled

a guest
Apr 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # require 'webrat_ext'
  2. module Webrat
  3. module Methods
  4. delegate_to_session :current_path
  5. end
  6.  
  7. class Session
  8. def current_path
  9. URI.parse(current_url).path
  10. end
  11. end
  12. end
Add Comment
Please, Sign In to add comment