Sha256: faa1878b8fc47c4a83dac628cebf41cb71d59a38f641e7ed30e83de302f00995

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

module ActiveRecordCleanDbStructure
  class Railtie < Rails::Railtie
    config.activerecord_clean_db_structure = ActiveSupport::OrderedOptions.new

    rake_tasks do
      load 'activerecord-clean-db-structure/tasks/clean_db_structure.rake'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activerecord-clean-db-structure-0.4.3 lib/activerecord-clean-db-structure/railtie.rb
activerecord-clean-db-structure-0.4.1 lib/activerecord-clean-db-structure/railtie.rb
activerecord-clean-db-structure-0.4.0 lib/activerecord-clean-db-structure/railtie.rb
activerecord-clean-db-structure-0.3.0 lib/activerecord-clean-db-structure/railtie.rb