Sha256: 23208b45467711a834bc165e38961fc47a2c5cf7423dc7347092f331273a1947
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
require "active_support" # rails require File.expand_path("../fume/railtie", __FILE__) module Fume VERSION = File.read(File.expand_path("../../VERSION", __FILE__)).chomp end module Fume extend ActiveSupport::Autoload autoload :Authlogic autoload :RailsExt autoload :Cancan autoload :SimpleNav autoload :AppSettingLoader autoload :RenderCache end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fume-0.7.2 | lib/fume.rb |
fume-0.7.1 | lib/fume.rb |