Sha256: 82be55b4ad79a736a705edaae3efb1c5f4dd7822165c21779af1d6bc82a7fbec
Contents?: true
Size: 215 Bytes
Versions: 2
Compression:
Stored size: 215 Bytes
Contents
class ExceptionTestController < ApplicationController def index test = "Test" test_method end def xhr raise "asda" if request.xhr? 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.beta4 | test/dummy/app/controllers/exception_test_controller.rb |
web-console-2.0.0.beta3 | test/dummy/app/controllers/exception_test_controller.rb |