class Tickethub::Token
Public Instance Methods
can?(scope)
click to toggle source
# File lib/tickethub/token.rb, line 5 def can?(scope) self.scope.member? scope.to_s end
# File lib/tickethub/token.rb, line 5 def can?(scope) self.scope.member? scope.to_s end