Rails BeatDB draft

This commit is contained in:
magnolia-fan
2011-04-07 00:59:50 +04:00
parent 4cdd06efca
commit 2f611742ba
6 changed files with 54 additions and 3 deletions
@@ -1,5 +1,6 @@
class ApplicationController < ActionController::Base
protect_from_forgery
require 'beatdb'
require 'pp'
#require 'cobravsmongoose'
end