mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
ce9797aed8
Just fix scopes mostly. Add binstubs.
4 lines
146 B
Ruby
Executable file
4 lines
146 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
require_relative '../config/boot'
|
|
require 'rails/commands'
|