2 lines
125 B
Ruby
2 lines
125 B
Ruby
json.extract! page, :id, :position, :path, :url, :report_id, :created_at, :updated_at
|
|
json.url page_url(page, format: :json)
|