Sha256: 29ca478852ef44aaf78135056d902c1b6eeb3193826b51eb87a7d14bea817a26
Contents?: true
Size: 258 Bytes
Versions: 5
Compression:
Stored size: 258 Bytes
Contents
module Hubbub begin Config = YAML.load_file("#{RAILS_ROOT}/config/hubbub.yml") rescue Config = { :title => "Hubbub", :tagline => "Pure Blogging Simplicity", :feed_items_length => 5, :page_items_length => 10 } end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hubbub-0.0.11 | lib/lib/hubbub.rb |
hubbub-0.0.10 | lib/lib/hubbub.rb |
hubbub-0.0.9 | lib/lib/hubbub.rb |
hubbub-0.0.8 | lib/lib/hubbub.rb |
hubbub-0.0.6 | lib/lib/hubbub.rb |