class method self.drop_table!

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

self.drop_table!()

No documentation comment.

Source
# File activerecord/lib/active_record/session_store.rb, line 210
        def drop_table!
          @@connection.execute "DROP TABLE #{table_name}"
        end

Defined in activerecord/lib/active_record/session_store.rb line 210 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::SessionStore::SqlBypass

Type at least 2 characters to search.

↑↓ navigate · open · esc close