Class: Tim::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tim::ApplicationController
- Defined in:
- app/controllers/tim/application_controller.rb
Direct Known Subclasses
BaseImagesController, EntrypointController, ImageVersionsController, ProviderImagesController, TargetImagesController, TemplatesController
Instance Method Summary collapse
Instance Method Details
#render_not_found ⇒ Object
13 14 15 |
# File 'app/controllers/tim/application_controller.rb', line 13 def render_not_found render :nothing => true, :status => :not_found end |