method

mysql_socket_location

mysql_socket_location()
protected

No documentation available.

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