Sha256: 2da4f79da0fddbc4b8f632081db927272c9eb339781b39d62dc39c797d19b767
Contents?: true
Size: 257 Bytes
Versions: 9
Compression:
Stored size: 257 Bytes
Contents
module StyleGuide class ApplicationController < ActionController::Base def load_sections @sections = StyleGuide::Engine.config.style_guide.partial_paths.map do |path| StyleGuide::Section.new(path) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems