Skip to content

Commit

Permalink
Fix an issue with QueryAttributes and autoloading causing a load error
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego committed Feb 2, 2012
1 parent 6d58fda commit 04eef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_attr/query_attributes.rb
@@ -1,5 +1,5 @@
require "active_attr/attributes"
require "active_attr/typecasting/boolean_typecaster"
require "active_attr/typecasting"
require "active_attr/unknown_attribute_error"
require "active_support/concern"
require "active_support/core_ext/object/blank"
Expand Down

0 comments on commit 04eef96

Please sign in to comment.