instance method
add_event
Ruby on Rails edge
Since edgeSignature
add_event(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activerecord/lib/active_record/connection_adapters/query_intent.rb, line 31
def add_event(event)
@events << event
end
Defined in activerecord/lib/active_record/connection_adapters/query_intent.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::QueryIntent::EventBuffer