1
0
Fork 0
oldhaven/app/controllers/errors_controller.rb

5 lines
156 B
Ruby
Raw Normal View History

2011-04-13 01:59:45 +00:00
class ErrorsController < ApplicationController
def routing
render :file => "#{Rails.root}/public/404.html", :status => 404, :layout => false
end
end