Sha256: 69916f44be5f750300daacf58469e432ce7cd936ba9d30db46a363d7f5a8b1ef
Contents?: true
Size: 229 Bytes
Versions: 5
Compression:
Stored size: 229 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 StandardError end end
Version data entries
5 entries across 5 versions & 1 rubygems