updated to rails 3.1.rc5

This commit is contained in:
albert
2011-08-06 16:22:49 -04:00
parent 80683f3f17
commit c92bdf491e
8 changed files with 57 additions and 596 deletions

View File

@@ -2,9 +2,10 @@ require File.expand_path('../boot', __FILE__)
require 'rails/all'
# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
# If you have a Gemfile, require the default gems, the ones in the
# current environment and also include :assets gems if in development
# or test environments.
Bundler.require *Rails.groups(:assets) if defined?(Bundler)
module Danbooru
class Application < Rails::Application