indentlabs/notebook

View on GitHub
app/controllers/conditions_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

class ConditionsController < ContentController
  private

  def content_param_list
    [
      :name, :universe_id, :privacy, :page_type
    ] + [ #<relations>
      custom_attribute_values:     [:name, :value],

    ]
  end
end