Method: ActiveSupport::CurrentAttributes.clear_all

Defined in:
activesupport/lib/active_support/current_attributes.rb

.clear_allObject

:nodoc:



160
161
162
163
# File 'activesupport/lib/active_support/current_attributes.rb', line 160

def clear_all # :nodoc:
  reset_all
  current_instances.clear
end