Skip to content

Commit

Permalink
Fixes #1368 (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
simmerz authored May 2, 2024
1 parent 96574fd commit f4c631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spina/parts/page_link.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class PageLink < Base
attr_accessor :options

def content
Page.live.find_by(id: page_id)
::Spina::Page.live.find_by(id: page_id)
end
end
end
Expand Down

0 comments on commit f4c631a

Please sign in to comment.