aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorTomohiko Himura <eiel.hal@gmail.com>2013-04-25 21:43:06 +0900
committerTomohiko Himura <eiel.hal@gmail.com>2013-04-25 21:47:19 +0900
commitd7d2f2bb15646d5ed80e6aa225dfc0426b6a88ef (patch)
treed9fca4bf167b477288c188d25a30ee4387867ea4 /activesupport/lib/active_support
parent8227bf7ee9697d71547c6fa3cdc880952c6ba7ec (diff)
downloadrails-d7d2f2bb15646d5ed80e6aa225dfc0426b6a88ef.tar.gz
rails-d7d2f2bb15646d5ed80e6aa225dfc0426b6a88ef.tar.bz2
rails-d7d2f2bb15646d5ed80e6aa225dfc0426b6a88ef.zip
remove unused require
not used remove_possible_method
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/core_ext/date/conversions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/date/conversions.rb b/activesupport/lib/active_support/core_ext/date/conversions.rb
index cdf606f28c..0637fe4929 100644
--- a/activesupport/lib/active_support/core_ext/date/conversions.rb
+++ b/activesupport/lib/active_support/core_ext/date/conversions.rb
@@ -1,7 +1,6 @@
require 'date'
require 'active_support/inflector/methods'
require 'active_support/core_ext/date/zones'
-require 'active_support/core_ext/module/remove_method'
class Date
DATE_FORMATS = {