class MOdrBrand < ApplicationRecord belongs_to :m_odr has_many :m_odr_products acts_as_sorting :fields => { :id => {:name => "Id", :reorder => true}, :name => {:name => "Nom"}, :actions => {:name => "Actions", :reorder => true}, } end