Skip to content

Commit

Permalink
Removed activerecord
Browse files Browse the repository at this point in the history
  • Loading branch information
thommahoney committed May 3, 2012
1 parent fefa0bf commit f302254
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/application.rb
@@ -1,6 +1,10 @@
require File.expand_path('../boot', __FILE__)

require 'rails/all'
require "action_controller/railtie"
require "action_mailer/railtie"
require "active_resource/railtie"
require "rails/test_unit/railtie"
# require "sprockets/railtie"

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Expand Down

0 comments on commit f302254

Please sign in to comment.