Add base app
This commit is contained in:
parent
4963d63bc1
commit
8a288c09b9
68 changed files with 1421 additions and 0 deletions
4
bin/rails
Normal file
4
bin/rails
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env ruby.exe
|
||||
APP_PATH = File.expand_path("../config/application", __dir__)
|
||||
require_relative "../config/boot"
|
||||
require "rails/commands"
|
||||
Loading…
Add table
Add a link
Reference in a new issue