Class: Tim::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/tim/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#render_not_foundObject



13
14
15
# File 'app/controllers/tim/application_controller.rb', line 13

def render_not_found
  render :nothing => true, :status => :not_found
end