Skip to content

Commit

Permalink
small cleanup on application.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Dec 30, 2014
1 parent c807fe4 commit e38850e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions config/application.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
require File.expand_path('../boot', __FILE__)

# Pick the frameworks you want:
# require 'rails/all'
# require "active_record/railtie"
require "action_controller/railtie"
require "action_mailer/railtie"
# require "active_resource/railtie"
require 'mongoid/railtie'
require "sprockets/railtie"

require 'draper'

if defined?(Bundler)
# If you precompile assets before deploying to production, use this line
Bundler.require(*Rails.groups(:assets => %w(development test)))
# If you want your assets lazily compiled in production, use this line
# Bundler.require(:default, :assets, Rails.env)
end
Bundler.require(*Rails.groups)

module Errbit
class Application < Rails::Application
Expand Down

0 comments on commit e38850e

Please sign in to comment.