Sha256: 9e14b55d5c185496854b222c75eb1449e658583edb76228f5a8c7b52c00d326d

Contents?: true

Size: 415 Bytes

Versions: 8

Compression:

Stored size: 415 Bytes

Contents

module Astrochimp
  require 'hominid'
  require 'jquery-rails'

  class Engine < ::Rails::Engine
    isolate_namespace Astrochimp

    initializer "astrochimp.load_app_instance_data" do |app|
      app.class.configure do |config|
        #Pull in all the migrations from Astrochimp to the application
        config.paths['db/migrate'] += Astrochimp::Engine.paths['db/migrate'].existent
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
astrochimp-0.2.5 lib/astrochimp/engine.rb
astrochimp-0.2.4 lib/astrochimp/engine.rb
astrochimp-0.2.3 lib/astrochimp/engine.rb
astrochimp-0.2.2 lib/astrochimp/engine.rb
astrochimp-0.2.1 lib/astrochimp/engine.rb
astrochimp-0.2.0 lib/astrochimp/engine.rb
astrochimp-0.1.3 lib/astrochimp/engine.rb
astrochimp-0.1.2 lib/astrochimp/engine.rb