Module: WnmSupport::ActiveRecordExt::MysqlTruncate::ClassMethods
- Defined in:
- lib/wnm_support/active_record_ext/mysql_truncate.rb
Instance Method Summary collapse
Instance Method Details
#truncate ⇒ Object
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 |