Drops a temporary table from the database and removes the temporary table constant.
Project.create_temporary_table Object.const_defined?( :TempProject ) # => true TempProject.drop Object.const_defined?( :TempProject ) # => false
[Validate]