added services

This commit is contained in:
Mike Sutton
2022-11-16 01:02:18 +01:00
parent 329e66c949
commit 9d256dfcba
52 changed files with 1419 additions and 0 deletions

4
services/bin/rails Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative "../config/boot"
require "rails/commands"