DEV: Remove unused instagram_user_info model

This has been unused since 703c724cf3
This commit is contained in:
David Taylor 2019-11-29 16:43:38 +00:00
parent 88dce41be1
commit ad6f33e5b1
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# frozen_string_literal: true
class InstagramUserInfo < ActiveRecord::Base
belongs_to :user
end
# == Schema Information
#
# Table name: instagram_user_infos
#
# id :integer not null, primary key
# user_id :integer
# screen_name :string
# instagram_user_id :integer
# created_at :datetime not null
# updated_at :datetime not null
#