config/initializers/comfy_blog.rb in comfy_blog-1.12.3 vs config/initializers/comfy_blog.rb in comfy_blog-2.0.0

- old
+ new

@@ -1,13 +1,9 @@ ComfyBlog.configure do |config| + # application layout to be used to index blog posts + # config.app_layout = 'comfy/blog/application' + # Number of posts per page. Default is 10 # config.posts_per_page = 10 - - # Comments can be automatically approved/published by changing this setting - # Default is false. - # config.auto_publish_comments = false - - # A default author can be specified for posts - # config.default_author = 'Author Name' end