Class: TokenTable
- Inherits:
-
BaseTable
- Object
- BaseTable
- TokenTable
- Defined in:
- app/tables/token_table.rb
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
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 |
#model ⇒ Object
3 4 5 |
# File 'app/tables/token_table.rb', line 3 def model Adeia::Token end |