# Development environment config settings for the MasterView plugin. # # The MasterView configuration specification is referenced through +config+. # # Settings specified here will take precedence over those specified in the # general MasterView config in +config/masterview/settings.rb+. # # set production-mode config settings here # enable tidy in this app's production environment config.default_parser_options[:tidy] = true # Only use the MasterView admin pages for development #config.enable_admin_pages = false