Method: ActiveDataFrame::Database.flush!
- Defined in:
- lib/active_data_frame/database.rb
.flush! ⇒ Object
35 36 37 38 |
# File 'lib/active_data_frame/database.rb', line 35 def self.flush! execute(Thread.current[:batch]) Thread.current[:batch] = '' end |