Method: SimpleRecord::ActiveSdb::Base#pre_save2
- Defined in:
- lib/simple_record/active_sdb.rb
#pre_save2 ⇒ Object
882 883 884 885 |
# File 'lib/simple_record/active_sdb.rb', line 882 def pre_save2 @attributes = uniq_values(@attributes) prepare_for_update end |