Sha256: cb5fe93116484b63e7824d7ffb0d2ce7f85c9601de5ca852a1654365af6d038f

Contents?: true

Size: 270 Bytes

Versions: 2

Compression:

Stored size: 270 Bytes

Contents

require 'data_miner'

module BrighterPlanet
  module Lodging
    module Data
      def self.included(base)
        base.data_miner do
          schema do
          end

          process :run_data_miner_on_belongs_to_associations
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lodging-0.0.2 lib/lodging/data.rb
lodging-0.0.1 lib/lodging/data.rb