Sha256: f8e5519640e3e31f56f302e76acb4f7e9a05d9a5a6498036058254ca4e0d34af

Contents?: true

Size: 162 Bytes

Versions: 12

Compression:

Stored size: 162 Bytes

Contents

module Notable
  module DebugExceptions
    def render_exception(env, exception)
      env["action_dispatch.exception"] = exception
      super
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
notable-0.5.0 lib/notable/debug_exceptions.rb
notable-0.4.1 lib/notable/debug_exceptions.rb
notable-0.4.0 lib/notable/debug_exceptions.rb
notable-0.3.4 lib/notable/debug_exceptions.rb
notable-0.3.3 lib/notable/debug_exceptions.rb
notable-0.3.2 lib/notable/debug_exceptions.rb
notable-0.3.1 lib/notable/debug_exceptions.rb
notable-0.3.0 lib/notable/debug_exceptions.rb
notable-0.2.2 lib/notable/debug_exceptions.rb
notable-0.2.1 lib/notable/debug_exceptions.rb
notable-0.2.0 lib/notable/debug_exceptions.rb
notable-0.1.0 lib/notable/debug_exceptions.rb