Skip to content

Commit

Permalink
Merge pull request #5351 from shanna/master
Browse files Browse the repository at this point in the history
Missing active_model/naming.rb dependency.
  • Loading branch information
josevalim committed Mar 9, 2012
2 parents ba35527 + 2b97b8f commit 225eff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemodel/lib/active_model/naming.rb
Expand Up @@ -2,6 +2,7 @@
require 'active_support/core_ext/hash/except'
require 'active_support/core_ext/module/introspection'
require 'active_support/core_ext/module/deprecation'
require 'active_support/core_ext/object/blank'

module ActiveModel
class Name < String
Expand Down

0 comments on commit 225eff9

Please sign in to comment.