Sha256: bf48017e3663d963e42f01058a8beb5138f1bde0ce560513f3a29b9d4996006d
Contents?: true
Size: 397 Bytes
Versions: 4
Compression:
Stored size: 397 Bytes
Contents
ExceptionallyBeautiful.setup do |config| # The error codes to handle # config.errors = [403, 404, 422, 500, 502] # The controller to use when rendering errors # config.controller = 'exceptionally_beautiful/errors' # The action to use when rendering errors # config.action = 'show' # The layout to use when rendering errors # config.layout = 'exceptionally_beautiful/errors' end
Version data entries
4 entries across 4 versions & 1 rubygems