forked from saurabh/orbit4-5
5 lines
99 B
Ruby
5 lines
99 B
Ruby
|
class PageSerializer < ActiveModel::Serializer
|
||
|
attributes :url, :name
|
||
|
has_many :child_page
|
||
|
end
|