feat: 🏗️ Rails setup

postgresql database
This commit is contained in:
Juan Rodriguez
2021-06-13 09:05:20 -05:00
parent a17a42e792
commit 019e2516d7
80 changed files with 1277 additions and 14 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run