Sha256: 771c4c31582d0ba445e4c83761b6d9d5054e4d53f0e66b610dc3c1442c27d05f
Contents?: true
Size: 433 Bytes
Versions: 4
Compression:
Stored size: 433 Bytes
Contents
require "active_support" require "rails-i18n" module Fume VERSION = File.read(File.expand_path("../../VERSION", __FILE__)).chomp extend ActiveSupport::Autoload autoload :RailsExt autoload :SimpleNav autoload :AppSettingLoader autoload :RenderCache def self.load_tasks Dir[File.expand_path("../tasks/*.rake", __FILE__)].each { |ext| load ext } end end require File.expand_path("../fume/railtie", __FILE__)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fume-0.9.3 | lib/fume.rb |
fume-0.9.2 | lib/fume.rb |
fume-0.9.1 | lib/fume.rb |
fume-0.9.0 | lib/fume.rb |