diff options
Diffstat (limited to 'app/controllers/boards/application_controller.rb')
-rw-r--r-- | app/controllers/boards/application_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/boards/application_controller.rb b/app/controllers/boards/application_controller.rb index eab908ba5ed..67b70d54a3d 100644 --- a/app/controllers/boards/application_controller.rb +++ b/app/controllers/boards/application_controller.rb @@ -17,7 +17,7 @@ module Boards end def record_not_found(exception) - render json: { error: exception.message }, status: :not_found + render json: {error: exception.message}, status: :not_found end end end |