class Middleman::CoreExtensions::ShowExceptions
Public Instance Methods
Source
# 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
# 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