class Middleman::CoreExtensions::ShowExceptions

Public Instance Methods

ready() click to toggle 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