Skip to content

Commit

Permalink
Fix require for class_attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 9, 2010
1 parent 53a9043 commit 82ea5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/attribute_methods.rb
@@ -1,5 +1,5 @@
require 'active_support/core_ext/hash/keys' require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/class/inheritable_attributes' require 'active_support/core_ext/class/attribute'


module ActiveModel module ActiveModel
class MissingAttributeError < NoMethodError class MissingAttributeError < NoMethodError
Expand Down

0 comments on commit 82ea5db

Please sign in to comment.