Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
Update application.rb for rails-4.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoskings committed Jun 17, 2015
1 parent cd0cdc1 commit de4e692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/application.rb
Expand Up @@ -3,14 +3,13 @@
require "rails"
require "action_controller/railtie"

Bundler.require(:default, Rails.env) if defined?(Bundler)
Bundler.require(*Rails.groups)

module BabushkaMe

REFSPEC = `git rev-parse --short HEAD 2>/dev/null`.strip

class Application < Rails::Application
config.autoload_paths += %W[#{config.root}/lib]
config.filter_parameters += [:password]
end
end

0 comments on commit de4e692

Please sign in to comment.