10 11 12
# File 'lib/db/db_connection.rb', line 10 def self.app_name YAML.load_file(Dir.pwd + '/config/database.yml')['database'] end