Sha256: 1405a9c4564bc5b043562e7a95912689f5568ffde2c9e218b9bdd34173986b22
Contents?: true
Size: 183 Bytes
Versions: 7
Compression:
Stored size: 183 Bytes
Contents
class TestsController < ApplicationController def index fail 'This action is totally borked!' end def show # raise ActionController::InvalidAuthenticityToken end end
Version data entries
7 entries across 7 versions & 1 rubygems