Sha256: 344ddea250b363246867423923a77cb553d81f349c8156f9bc123153a92bcdad

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

module Spud
  module Blog
    include ActiveSupport::Configurable
    config_accessor :base_layout, :news_enabled
    self.base_layout = 'application'
    self.news_enabled = false
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spud_blog-0.1.3 lib/spud_blog/configuration.rb
spud_blog-0.1.2 lib/spud_blog/configuration.rb
spud_blog-0.1.1 lib/spud_blog/configuration.rb