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