Sha256: 2b0164052490a777b1d4aa68d3067ac48c5592cf7bb6d0093c0439072868bb1a
Contents?: true
Size: 267 Bytes
Versions: 10
Compression:
Stored size: 267 Bytes
Contents
class StaticController < ApplicationController def home end def generic_error raise "standard-error" end def long_error raise "e" * 256 end def log Errdo.error "This is the error", user: current_user, data: "This is the data" end end
Version data entries
10 entries across 10 versions & 1 rubygems