Module: DatabaseRecorder::Mysql2::StatementExt
- Defined in:
- lib/database_recorder/mysql2/statement_ext.rb
Instance Method Summary collapse
Instance Method Details
#execute(*args, **kwargs) ⇒ Object
6 7 8 9 10 |
# File 'lib/database_recorder/mysql2/statement_ext.rb', line 6 def execute(*args, **kwargs) Recorder.store_prepared_statement(self, source: :execute, binds: args) do super end end |