Parent

Methods

Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::AbstractAdapter

Public Instance Methods

views() click to toggle source
# File lib/database_cleaner/active_record/truncation.rb, line 12
def views
  @views ||= select_values("select table_name from information_schema.views where table_schema = '#{current_database}'") rescue []
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.