module ProjectAble
extend ActiveSupport::Concern
included do
has_many :projects, -> { order(position: :asc) }
end
module ClassMethods