Sha256: 403abba100aec7b78aaefbadc030b032612559fde4f79da380beedffc888a882

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gi_job-0.1.3 lib/gi_job/models/concerns/gi_job_ownerble.rb