ComfyBlog.configure do |config| # set the cms admin path if you have changed it for CMS # config.admin_route_prefix = 'admin' # Controller that should be used for admin area # config.admin_controller = 'ApplicationController' # Form builder # config.form_builder = 'ComfyBlog::FormBuilder' # Layout used for public posts/comments # config.public_layout = 'application' # Number of posts per page. Default is 10 # config.posts_per_page = 10 end