method

mysql_socket_location

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: AppGenerator
mysql_socket_location() protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails_generator/generators/applications/app/app_generator.rb, line 110
    def mysql_socket_location
      RUBY_PLATFORM =~ /mswin32/ ? MYSQL_SOCKET_LOCATIONS.find { |f| File.exists?(f) } : nil
    end
Register or log in to add new notes.