rename setup to setup_db so that it does not collide with gitlab🐚setup task

This commit is contained in:
Bhagavan Das 2013-02-14 21:39:48 +00:00
parent 428af5ea62
commit 08dfbc962b

View file

@ -1,10 +1,10 @@
namespace :gitlab do
desc "GITLAB | Setup production application"
task :setup => :environment do
setup
setup_db
end
def setup
def setup_db
warn_user_is_not_gitlab
puts "This will create the necessary database tables and seed the database."