Guest User

Untitled

a guest
Jul 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. module ApplicationHelper
  2.  
  3. def maybe_current_page? path
  4. send("#{path}_path", params)
  5. rescue
  6. false
  7. end
  8.  
  9. end
Add Comment
Please, Sign In to add comment