mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
13 lines
202 B
Ruby
13 lines
202 B
Ruby
|
|
class LoresController < ContentController
|
|
private
|
|
|
|
def content_param_list
|
|
[
|
|
:name, :universe_id, :archived_at, :privacy, :favorite, :page_type
|
|
] + [ #<relations>
|
|
|
|
]
|
|
end
|
|
end
|
|
|