Merge branch 'master' of git://github.com/bsag/tracks

This commit is contained in:
Reinier Balt 2008-07-04 18:28:28 +02:00
commit 2f1b15fed3
3 changed files with 13 additions and 3 deletions

View file

@ -7,7 +7,13 @@ require "redcloth"
require 'date'
require 'time'
Tag # We need this in development mode, or you get 'method missing' errors
# Commented the following line because of #744. It prevented rake db:migrate to
# run because this tag went looking for the taggings table that did not exist
# when you feshly create a new database
# Old comment: We need this in development mode, or you get 'method missing' errors
#
# Tag
class ApplicationController < ActionController::Base