Skip to content

Instantly share code, notes, and snippets.

@ahmdrefat
Created November 12, 2012 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmdrefat/e317bbbaaaaedb224e26 to your computer and use it in GitHub Desktop.
Save ahmdrefat/e317bbbaaaaedb224e26 to your computer and use it in GitHub Desktop.
def index
unless TwitterOauthSetting.find_by_user_id(current_user.id).nil?
redirect_to "/twitter_profile"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment