Updated GabTrendsController, ShopController to use Request instead of Net
• Updated: - GabTrendsController, ShopController to use Request instead of Net
This commit is contained in:
16
app/models/shortcut.rb
Normal file
16
app/models/shortcut.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user