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