Sha256: 5f58d755986a466851ee19a57f0c44f3b4214481ffc12111a7d7e6863360365c
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
module Fuel class Configuration # What kind of comments do you want to add to your blog ? (:active_record, :disqus or :no) attr_accessor :layout, :blog_title, :disqus_name, :twitter def initialize @layout = "application" @blog_title = "Blog" @disqus_name = nil @twitter = false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fuel-0.2.6 | lib/fuel/configuration.rb |