Class: Api::Connection

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/petergate_api/templates/app/models/api/connection.rb

Overview

Schema Information

Table name: api_connections

id          :integer          not null, primary key
user_id     :integer
token       :string(255)
   :text(65535)
device_type :string(255)
created_at  :datetime         not null
updated_at  :datetime         not null