Sha256: e0922b28784d142a1efcc64cfcb79711c77f317c402ec1ba579681928ad977dc
Contents?: true
Size: 345 Bytes
Versions: 1
Compression:
Stored size: 345 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fume-0.7.0 | lib/fume.rb |