notebook/app/controllers/schools_controller.rb
2019-05-30 15:53:03 -05:00

10 lines
158 B
Ruby

class SchoolsController < ContentController
private
def content_param_list
[
custom_attribute_values: [:name, :value],
]
end
end