mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allows published pages to be public (#10053)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class PublishedPageSerializer < ApplicationSerializer
|
||||
attributes :id, :slug
|
||||
attributes :id, :slug, :public
|
||||
|
||||
def id
|
||||
object.topic_id
|
||||
|
||||
Reference in New Issue
Block a user