We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18002db commit cdd9537Copy full SHA for cdd9537
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
def Page.ransackable_associations(_auth_object = nil)
0 commit comments