1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Explicit dependency on class_inheritable_accessor

This commit is contained in:
Jeremy Kemper 2009-03-24 19:46:42 -07:00
parent 712baccef5
commit f8dbd416b6

View file

@ -1,3 +1,5 @@
require 'active_support/core_ext/class/inheritable_attributes'
module ActiveSupport
# Rescuable module adds support for easier exception handling.
module Rescuable