Sha256: c7270624b656efa15ff8aa39cb9574b07e5f490f43c45a33afce98e9aea82ab8

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

require 'active_record/migration'

module DbMigrator
  module Environment
    def env
      ENV["DBM_ENV"]
    end
   
    module_function :production?, :local?
  end
end

ActiveRecord::Migration.class_eval do
  include DbMigrator::Environment
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dbmigrator-0.7.5 lib/dbmigrator/environment.rb