class Settingify::ActiveRecordHelpers

Public Class Methods

table_exists?(table_name) click to toggle source
# File lib/settingify/active_record_helpers.rb, line 4
def table_exists?(table_name)
  ActiveRecord::Base.connection.table_exists? table_name
end