push
circleci
1 of 11 new or added lines in 2 files covered. (9.09%)
3322 of 3464 relevant lines covered (95.9%)
205.45 hits per line
NEW
|
class ErrorsController < ApplicationController |
× |
NEW
|
include ERB::Util |
× |
3 |
|
|
NEW
|
skip_before_action :authenticate_user!
|
× |
5 |
# before_action :authenticate_user!, unless: :public_request?
|
|
6 |
|
|
NEW
|
def not_found |
× |
NEW
|
render(status: 404) |
× |
NEW
|
end
|
× |
10 |
|
|
NEW
|
def internal_server_error |
× |
NEW
|
render(status: 404) |
× |
NEW
|
end
|
× |
NEW
|
end
|
× |