Flowdock
method

default_database_configuration_file

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: Rails::Configuration
default_database_configuration_file() private

No documentation

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

Hide source
# File railties/lib/initializer.rb, line 654
      def default_database_configuration_file
        File.join(root_path, 'config', 'database.yml')
      end
Register or log in to add new notes.