Skip to content

Instantly share code, notes, and snippets.

@DohMoose
Created May 28, 2010 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DohMoose/416595 to your computer and use it in GitHub Desktop.
Save DohMoose/416595 to your computer and use it in GitHub Desktop.
require File.expand_path('../boot', __FILE__)
require "action_controller/railtie"
require "action_mailer/railtie"
require "active_resource/railtie"
require 'mongoid/railtie'
# 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment