Skip to content

Commit

Permalink
Revert "Fix require for class_attribute"
Browse files Browse the repository at this point in the history
This reverts commit 82ea5db.
  • Loading branch information
jeremy committed Sep 10, 2010
1 parent ceb193a commit c510870
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/class/attribute'
require 'active_support/core_ext/class/inheritable_attributes'

module ActiveModel
class MissingAttributeError < NoMethodError
Expand Down

0 comments on commit c510870

Please sign in to comment.