Class: VendorRestaurant

Inherits:
ApplicationRecord show all
Defined in:
app/models/vendor_restaurant.rb

Overview

Schema Information

Table name: vendor_restaurants

id                   :bigint           not null, primary key
oauth_application_id :integer
restaurant_id        :bigint

Indexes

index_vendor_restaurants_on_oauth_application_id  (oauth_application_id)
index_vendor_restaurants_on_restaurant_id         (restaurant_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url