notebook/app/controllers/vehicles_controller.rb
2018-11-01 16:02:34 -05:00

13 lines
168 B
Ruby

class VehiclesController < ContentController
private
def content_param_list
[
:name, :universe_id, :privacy
] + [ #<relations>
]
end
end