Sha256: 32c569f420f77b2e9128edc840a89f3b31582e87c98be7ae2071014dbae16338
Contents?: true
Size: 318 Bytes
Versions: 7
Compression:
Stored size: 318 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 :SimpleTheme end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
fume-0.6.7 | lib/fume.rb |
fume-0.6.6 | lib/fume.rb |
fume-0.6.4 | lib/fume.rb |
fume-0.6.3 | lib/fume.rb |
fume-0.6.2 | lib/fume.rb |
fume-0.6.1 | lib/fume.rb |
fume-0.6.0 | lib/fume.rb |