Module: WnmSupport::ActiveRecordExt::MysqlTruncate::ClassMethods

Defined in:
lib/wnm_support/active_record_ext/mysql_truncate.rb

Instance Method Summary collapse

Instance Method Details

#truncateObject



7
8
9
# File 'lib/wnm_support/active_record_ext/mysql_truncate.rb', line 7

def truncate
  self.connection.execute("TRUNCATE TABLE `#{self.table_name}`")
end