summaryrefslogtreecommitdiff
path: root/lib/system_check/app/database_config_exists_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system_check/app/database_config_exists_check.rb')
-rw-r--r--lib/system_check/app/database_config_exists_check.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/system_check/app/database_config_exists_check.rb b/lib/system_check/app/database_config_exists_check.rb
index d557cee47b4..d1fae192350 100644
--- a/lib/system_check/app/database_config_exists_check.rb
+++ b/lib/system_check/app/database_config_exists_check.rb
@@ -15,17 +15,11 @@ module SystemCheck
'Check that the information in config/database.yml is correct'
)
for_more_information(
- see_database_guide,
+ 'doc/install/databases.md',
'http://guides.rubyonrails.org/getting_started.html#configuring-a-database'
)
fix_and_rerun
end
-
- private
-
- def see_database_guide
- 'doc/install/databases.md'
- end
end
end
end