class Eldr::Rendering::NotFound

Public Instance Methods

call(env) click to toggle source
# File lib/eldr/rendering.rb, line 9
def call(env)
  Rack::Response.new message, 404
end