mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
10 lines
158 B
Ruby
10 lines
158 B
Ruby
class SchoolsController < ContentController
|
|
private
|
|
|
|
def content_param_list
|
|
[
|
|
custom_attribute_values: [:name, :value],
|
|
]
|
|
end
|
|
end
|
|
|