class ActiveRecord::DatabaseConfigurations

def empty?

Checks if the application's configurations are empty.
def empty?
  configurations.empty?
end