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