mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
13 lines
393 B
Ruby
13 lines
393 B
Ruby
|
|
class DeitiesController < ContentController
|
|
private
|
|
|
|
def content_param_list
|
|
[
|
|
:name, :description, :other_names, :physical_description, :height, :weight, :symbols, :elements, :strengths, :weaknesses, :prayers, :rituals, :human_interaction, :notable_events, :family_history, :life_story, :notes, :private_notes, :privacy, :universe_id
|
|
] + [ #<relations>
|
|
|
|
]
|
|
end
|
|
end
|
|
|