Sha256: 5fdb1378dfbf52b716e42487ab5667dfa9e6aad2342307b16b74bdf671677994

Contents?: true

Size: 191 Bytes

Versions: 10

Compression:

Stored size: 191 Bytes

Contents

module Houston
  module Module2
    extend self

    class Engine < ::Rails::Engine
      isolate_namespace Houston::Module2
    end

    def dependencies
      [:module1]
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
houston-core-0.9.2 test/support/houston/module2.rb
houston-core-0.9.1 test/support/houston/module2.rb
houston-core-0.9.0 test/support/houston/module2.rb
houston-core-0.9.0.rc1 test/support/houston/module2.rb
houston-core-0.8.4 test/support/houston/module2.rb
houston-core-0.8.3 test/support/houston/module2.rb
houston-core-0.8.2 test/support/houston/module2.rb
houston-core-0.8.1 test/support/houston/module2.rb
houston-core-0.8.0 test/support/houston/module2.rb
houston-core-0.8.0.pre2 test/support/houston/module2.rb