Object
# 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.