method
mysql_socket_location

mysql_socket_location()
protected
Hide source
# File railties/lib/rails_generator/generators/applications/app/app_generator.rb, line 131 def mysql_socket_location MYSQL_SOCKET_LOCATIONS.find { |f| File.exist?(f) } unless RUBY_PLATFORM =~ /(:?mswin|mingw)/ end