Method: Sequel::Plugins::PreparedStatementsSafe.configure
- Defined in:
- lib/sequel/plugins/prepared_statements_safe.rb
.configure(model) ⇒ Object
Set the column defaults to use when creating on the model.
27 28 29 |
# File 'lib/sequel/plugins/prepared_statements_safe.rb', line 27 def self.configure(model) model.send(:set_prepared_statements_column_defaults) end |