Class: TokenTable

Inherits:
BaseTable
  • Object
show all
Defined in:
app/tables/token_table.rb

Instance Method Summary collapse

Instance Method Details

#attributesObject



7
8
9
# File 'app/tables/token_table.rb', line 7

def attributes
  [:id, :permission_id, :is_valid, :exp_at, :created_at, :updated_at]
end

#modelObject



3
4
5
# File 'app/tables/token_table.rb', line 3

def model
  Adeia::Token
end