module ApplicationHelper def twitter_auth_path "/auth/twitter" end def github_auth_path "/auth/github" end end