shadow_puppet 0.1.16 → 0.1.17
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/shadow_puppet/core_ext.rb +3 -1
- metadata +1 -1
@@ -1,3 +1,5 @@
|
|
1
1
|
require 'active_support/core_ext/class/attribute_accessors'
|
2
2
|
require 'active_support/core_ext/array'
|
3
|
-
require 'active_support/inflector'
|
3
|
+
require 'active_support/inflector'
|
4
|
+
require 'active_support/core_ext/class/inheritable_attributes'
|
5
|
+
require 'active_support/core_ext/duplicable'
|