gab-social/app/models/shortcut.rb
mgabdev 0fdf762815 Updated GabTrendsController, ShopController to use Request instead of Net
• Updated:
- GabTrendsController, ShopController to use Request instead of Net
2020-07-07 16:01:51 -05:00

17 lines
405 B
Ruby

# frozen_string_literal: true
# == Schema Information
#
# Table name: shortcuts
#
# id :bigint(8) not null, primary key
# account_id :bigint(8) not null
# shortcut_id :bigint(8) not null
# shortcut_type :string not null
# created_at :datetime not null
# updated_at :datetime
#
class Shortcut < ApplicationRecord
end