method
push
rails latest stable - Class:
ActiveSupport::ExecutionContext::Record
push()public
No documentation available.
# File activesupport/lib/active_support/execution_context.rb, line 14
def push
@stack << @store << @current_attributes_instances
@store = {}
@current_attributes_instances = {}
self
end