Skip to content

Commit

Permalink
Adding back deprecation require in all.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
raysrashmi committed Jul 5, 2013
1 parent b54ef7e commit c4885e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/all.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'active_support' require 'active_support'
require 'active_support/deprecation'
require 'active_support/time' require 'active_support/time'
require 'active_support/core_ext' require 'active_support/core_ext'

0 comments on commit c4885e7

Please sign in to comment.