Sha256: 050e68d8e2d08db1368dd636e37dccc97520d4ad14690ee6d34c38116c4092f9
Contents?: true
Size: 185 Bytes
Versions: 4
Compression:
Stored size: 185 Bytes
Contents
class BreakController < ApplicationController def index render :text => "Works fine here" end def really_broken raise RuntimeError, "You hit the broken route" end end
Version data entries
4 entries across 4 versions & 1 rubygems