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 1d3ff27 commit 18002dbCopy full SHA for 18002db
app/models/alchemy/json_api/page.rb
@@ -5,6 +5,10 @@ def Page.ransackable_attributes(_auth_object = nil)
5
super | %w[page_layout]
6
end
7
8
+ def Page.ransackable_associations(_auth_object = nil)
9
+ super | %w[public_version]
10
+ end
11
+
12
module JsonApi
13
class Page < SimpleDelegator
14
attr_reader :page_version_type, :page_version
0 commit comments