mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
13 lines
382 B
Ruby
13 lines
382 B
Ruby
|
|
class TechnologiesController < ContentController
|
|
private
|
|
|
|
def content_param_list
|
|
[
|
|
:name, :description, :other_names, :materials, :manufacturing_process, :sales_process, :cost, :rarity, :purpose, :how_it_works, :resources_used, :physical_description, :size, :weight, :colors, :notes, :private_notes, :privacy, :universe_id
|
|
] + [ #<relations>
|
|
|
|
]
|
|
end
|
|
end
|
|
|