mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
Merge branch 'master' of git://github.com/bsag/tracks
This commit is contained in:
commit
2f1b15fed3
3 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue