Sha256: b3bc3a9dd8d9ed5e467d89c6b5b3a396e40267ca66fb6157805254f2658e2cc2

Contents?: true

Size: 208 Bytes

Versions: 13

Compression:

Stored size: 208 Bytes

Contents

require 'helio/version'

module Helio
  class << self
    def load!
      register_rails_engine
    end

    private

    def register_rails_engine
      require 'helio/engine'
    end
  end
end

Helio.load!

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
helio-0.0.1.5 lib/helio.rb
helio-0.0.1.4 lib/helio.rb
helio-0.0.1.3 lib/helio.rb
helio-0.0.1.2 lib/helio.rb
helio-0.0.1.1 lib/helio.rb
helio-0.0.1.0 lib/helio.rb
helio-0.0.0.9 lib/helio.rb
helio-0.0.0.8 lib/helio.rb
helio-0.0.0.7 lib/helio.rb
helio-0.0.0.6 lib/helio.rb
helio-0.0.0.5 lib/helio.rb
helio-0.0.0.4 lib/helio.rb
helio-0.0.0.3 lib/helio.rb