We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3ff27 commit 76de802Copy full SHA for 76de802
app/models/alchemy/json_api/page.rb
@@ -2,7 +2,7 @@ module Alchemy
2
# With Ransack 4 we need to define the attributes
3
# that are allowed to be searched.
4
def Page.ransackable_attributes(_auth_object = nil)
5
- super | %w[page_layout]
+ super | %w[page_layout public_version_public_on]
6
end
7
8
module JsonApi
0 commit comments