|
@@ -127,6 +127,8 @@ after_bundle do
|
|
|
add_notifications
|
|
|
add_multiple_authentication
|
|
|
|
|
|
+ copy_templates
|
|
|
+
|
|
|
|
|
|
rails_command "db:create"
|
|
|
rails_command "db:migrate"
|
|
@@ -134,8 +136,6 @@ after_bundle do
|
|
|
|
|
|
add_administrate
|
|
|
|
|
|
- copy_templates
|
|
|
-
|
|
|
git :init
|
|
|
git add: "."
|
|
|
git commit: %Q{ -m 'Initial commit' }
|