notebook/app/controllers/lores_controller.rb
2020-03-25 12:21:05 -05:00

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