module GiJob module Models module Concerns module GiJobOwnerble extend ActiveSupport::Concern included do # begin included has_many :gi_job_transaction, as: :owner end # end included class_methods do # begin class_methods end # end class_methods end # end GiJobLoggable end end end