class RelatedList < ActiveRecord::Base extend Enumerize enumerize :list_type, in: %w(groups projects) belongs_to :content has_many :contents, :order =&g
This works for me with Rails 4 & MongoDB
has_many :discounts, order: :min_amount.asc