diff options
author | ThibG <thib@sitedethib.com> | 2018-08-20 18:46:04 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-20 18:46:04 +0200 |
commit | b34d6238cbd2be08e5df90b1dd99f266948fab8b (patch) | |
tree | ec5f8bd5a6badf2bb1976baa50f2f080d465a5ad /app/models | |
parent | 5fbf12bbb881181eb64c4d3e1b5f49b475572dc5 (diff) |
Add API endpoint to list featured accounts (fixes #8315) (#8317)
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/account_pin.rb | 1 |
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 |