method
reset_inheritable_attributes
reset_inheritable_attributes()
public
Hide source
# File activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb, line 151 def reset_inheritable_attributes @inheritable_attributes = EMPTY_INHERITABLE_ATTRIBUTES end