Sha256: 755652481700106386a6b198bf2ee28fd383b1ed92a33ba27d8d05c55107418c

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

module StyleGuide
  class Config
    attr_accessor :partial_paths

    def initialize(options = {})
      @partial_paths = options[:partial_paths] || [StyleGuide::Engine.root.join("app/views/style_guide/partials")]
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
style-guide-0.2.1 lib/style_guide/config.rb
style-guide-0.2.0 lib/style_guide/config.rb
style-guide-0.1.0 lib/style_guide/config.rb