Sha256: ab44e188ee9e16dc2b15ad88277f1a284adb99c8e53535187c5b759d870034e4
Contents?: true
Size: 616 Bytes
Versions: 15
Compression:
Stored size: 616 Bytes
Contents
class ComfortableMexicanSofa::Configuration # Don't like Comfortable Mexican Sofa? Set it to whatever you like. :( attr_accessor :cms_title # Module that will handle authentication to access cms-admin area attr_accessor :authentication # Location of YAML files that can be used to render pages instead of pulling # data from the database. Not active if not specified. attr_accessor :seed_data_path # Configuration defaults def initialize @cms_title = 'ComfortableMexicanSofa' @authentication = 'ComfortableMexicanSofa::HttpAuth' @seed_data_path = nil end end
Version data entries
15 entries across 15 versions & 1 rubygems