class License < ActiveRecord::Base include MasterModel default_scope { order('licenses.position') } end # == Schema Information # # Table name: licenses # # id :integer not null, primary key # name :string not null # display_name :string # note :text # position :integer # created_at :datetime # updated_at :datetime #