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