Sha256: 7582b37457a722e1c8779105f25495ebf2f1d8a8c89b5f0e356fc6fda1e60862
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
# coding: utf-8 class Humpyard::ErrorsController < ApplicationController helper 'humpyard::pages' def error404 raise ActionController::RoutingError, "No route matches \"#{request.path}\"" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
humpyard-0.0.1 | app/controllers/humpyard/errors_controller.rb |