Class: Omnom::ApplicationController

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

Direct Known Subclasses

FeedsController, PostsController

Instance Method Summary collapse

Instance Method Details

#render_404Object



7
8
9
# File 'app/controllers/omnom/application_controller.rb', line 7

def render_404
  render :status => 404 and return
end