Class: Endpoint
- Inherits:
 - 
      ApplicationRecord
      
        
- Object
 - ActiveRecord::Base
 - ApplicationRecord
 - Endpoint
 
 
- Defined in:
 - app/models/endpoint.rb
 
Overview
Schema Information
Table name: endpoints
id         :bigint(8)        not null, primary key
name       :string           not null
created_at :datetime         not null
updated_at :datetime         not null
Indexes
index_endpoints_on_name  (name) UNIQUE