about summary refs log tree commit diff
path: root/app/models/account_pin.rb
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-08-20 18:46:04 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-08-20 18:46:04 +0200
commitb34d6238cbd2be08e5df90b1dd99f266948fab8b (patch)
treeec5f8bd5a6badf2bb1976baa50f2f080d465a5ad /app/models/account_pin.rb
parent5fbf12bbb881181eb64c4d3e1b5f49b475572dc5 (diff)
Add API endpoint to list featured accounts (fixes #8315) (#8317)
Diffstat (limited to 'app/models/account_pin.rb')
-rw-r--r--app/models/account_pin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/account_pin.rb b/app/models/account_pin.rb
index 9a21c3405..b51d3d4cd 100644
--- a/app/models/account_pin.rb
+++ b/app/models/account_pin.rb
@@ -11,6 +11,7 @@
 #
 
 class AccountPin < ApplicationRecord
+  include Paginable
   include RelationshipCacheable
 
   belongs_to :account