total cleanup
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
protect_from_forgery
|
||||
require 'beatdb'
|
||||
require 'pp'
|
||||
#require 'cobravsmongoose'
|
||||
end
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
class ErrorsController < ApplicationController
|
||||
def routing
|
||||
render :file => "#{Rails.root}/public/404.html", :status => 404, :layout => false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user