class DatabaseCleaner::Safeguard::Error::UrlNotAllowed
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/database_cleaner/safeguard.rb, line 17 def initialize super("ENV['DATABASE_URL'] is set to a URL that is not on the allowlist. Please refer to https://github.com/DatabaseCleaner/database_cleaner#safeguards") end