Sha256: 00f741a645685fbb444bf058393cd57688f5c70a3b2828960c027f8e104cdbef

Contents?: true

Size: 165 Bytes

Versions: 2

Compression:

Stored size: 165 Bytes

Contents

class ExceptionTestController < ApplicationController
  def index
    test = "Test"
    test_method
  end

  def test_method
    test2 = "Test2"
    raise
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
web-console-2.0.0.beta2 test/dummy/app/controllers/exception_test_controller.rb
web-console-2.0.0.beta1 test/dummy/app/controllers/exception_test_controller.rb