class Spring::Application

def connect_database

def connect_database
  ActiveRecord::Base.establish_connection if active_record_configured?
end