module Negroni::Controllers::Helpers::PrependedMethods

Methods that are prepended into the class that includes {Helpers}

Private Instance Methods

not_found() click to toggle source
# File lib/negroni/controllers/helpers.rb, line 23
def not_found
  head :not_found
end