Module: Neofiles::NotFound
- Extended by:
- ActiveSupport::Concern
- Includes:
- ActionController::Rescue
- Included in:
- FilesController, ImagesController
- Defined in:
- app/controllers/concerns/neofiles/not_found.rb
Overview
Return 404 NOT FOUND response when requested file is not found in the database.
This concern is to be included in serving controllers (Files/ImagesController).