Class: Middleman::CoreExtensions::ShowExceptions
- Defined in:
- lib/middleman-core/core_extensions/show_exceptions.rb
Constant Summary
Constants included from Contracts
Instance Attribute Summary
Attributes inherited from Extension
Instance Method Summary collapse
Methods inherited from Extension
activated_extension, #add_exposed_to_context, #after_build, #after_configuration, #after_extension_activated, after_extension_activated, #before_build, #before_configuration, clear_after_extension_callbacks, config, define_setting, expose_to_application, expose_to_config, expose_to_template, global_config, helpers, #initialize, #manipulate_resource_list, option, resources
Methods included from Contracts
Constructor Details
This class inherits a constructor from Middleman::Extension
Instance Method Details
#ready ⇒ Object
8 9 10 |
# File 'lib/middleman-core/core_extensions/show_exceptions.rb', line 8 def ready app.use ::Rack::ShowExceptions if !app.build? && app.config[:show_exceptions] end |