Add capabilities
This commit is contained in:
parent
09b4b025df
commit
bd0e2bd796
2 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
|||
:visibility_limited,
|
||||
:kmyblue_limited_scope,
|
||||
:kmyblue_antenna,
|
||||
:kmyblue_bookmark_category,
|
||||
]
|
||||
|
||||
capabilities << :profile_search unless Chewy.enabled?
|
||||
|
|
|
@ -131,6 +131,7 @@ class REST::V1::InstanceSerializer < ActiveModel::Serializer
|
|||
:visibility_limited,
|
||||
:kmyblue_limited_scope,
|
||||
:kmyblue_antenna,
|
||||
:kmyblue_bookmark_category,
|
||||
]
|
||||
|
||||
capabilities << :profile_search unless Chewy.enabled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue