Sha256: 9b82f383368ba65057865974847091e9242651b1fc79e830928faa329ae14482
Contents?: true
Size: 492 Bytes
Versions: 4
Compression:
Stored size: 492 Bytes
Contents
require "active_support" require File.expand_path("../fume/railtie", __FILE__) # 3rd gems require "rails-i18n" module Fume extend ActiveSupport::Autoload autoload :Authlogic autoload :RailsExt autoload :Cancan autoload :SimpleNav autoload :AppSettingLoader autoload :RenderCache VERSION = File.read(File.expand_path("../../VERSION", __FILE__)).chomp def self.load_tasks Dir[File.expand_path("../tasks/*.rake", __FILE__)].each { |ext| load ext } end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fume-0.8.1a | lib/fume.rb |
fume-0.8.0 | lib/fume.rb |
fume-0.8.0b | lib/fume.rb |
fume-0.8.0a | lib/fume.rb |