Sha256: 7b0e88e91043953389539fb6d73ba8445517349439d34714e9df54f2e3c688fc
Contents?: true
Size: 409 Bytes
Versions: 5
Compression:
Stored size: 409 Bytes
Contents
require 'aerogel-core/version' require 'aerogel-core/core' # Path to the aerogel gem Aerogel.core_path = File.expand_path( File.join( File.dirname(__FILE__), ".." ) ) # Default applicaiton path, may be overridden in application's config.ru Aerogel.application_path = File.expand_path( Dir.pwd ) # Core path is registered first Aerogel.register_path( Aerogel.core_path ) require "aerogel-core/application"
Version data entries
5 entries across 5 versions & 1 rubygems