Skip to content

Instantly share code, notes, and snippets.

@neotericdesign
Created March 16, 2011 15:56
Show Gist options
  • Save neotericdesign/872710 to your computer and use it in GitHub Desktop.
Save neotericdesign/872710 to your computer and use it in GitHub Desktop.
module NavigationHelpers
module Refinery
module Authentication
def path_to(page_name)
case page_name
when /the signup page/
signup_path
else
nil
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment