Skip to content

Commit

Permalink
Revert "Merge pull request rails#11053 from yangchenyun/mine"
Browse files Browse the repository at this point in the history
Those two files are required by active_support/rails.rb
loaded in active_model.rb

It is common to require common dependencies on the root
files to avoid boilerplate in each file.

This reverts commit 763635e, reversing
changes made to 4f46ef3.
  • Loading branch information
José Valim committed Jun 22, 2013
1 parent 951bde4 commit e1f4f64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activemodel/lib/active_model/naming.rb
@@ -1,7 +1,5 @@
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/module/introspection'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'

module ActiveModel
class Name
Expand Down

0 comments on commit e1f4f64

Please sign in to comment.