home page renders... sort of

This commit is contained in:
Reinier Balt 2012-04-11 17:36:22 +02:00
parent fde64e0b3d
commit 4605b17d3c
16 changed files with 131 additions and 295 deletions

View file

@ -20,7 +20,8 @@ module Tracksapp
# Custom directories with classes and modules you want to be autoloadable.
# config.autoload_paths += %W(#{config.root}/extras)
config.autoload_paths += Dir["#{config.root}/lib/**/"]
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]