Method: MuckContents::Configuration#initialize
- Defined in:
- lib/muck-contents/config.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
34 35 36 37 38 39 40 41 42 43 |
# File 'lib/muck-contents/config.rb', line 34 def initialize self.sanitize_content = true self.enable_auto_translations = true self.enable_sunspot = false self.enable_solr = false self.enable_comments = false self.git_repository = nil #"#{File.join(RAILS_ROOT, 'repo', RAILS_ENV)}" self.content_css = ['/stylesheets/reset.css', '/stylesheets/styles.css'] self.translate_to = [] end |