You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/helpers/application_helper.rb

10 lines
128 B
Ruby

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