module DesignerNews::Authentication

Public Instance Methods

token_authenticated?() click to toggle source
# File lib/designer_news/mixins/authentication.rb, line 3
def token_authenticated?
  !!@access_token
end