summary refs log tree commit diff stats
path: root/rails/bin
diff options
context:
space:
mode:
Diffstat (limited to 'rails/bin')
-rwxr-xr-xrails/bin/rails14
1 files changed, 0 insertions, 14 deletions
diff --git a/rails/bin/rails b/rails/bin/rails deleted file mode 100755 index f8b09bd..0000000 --- a/rails/bin/rails +++ /dev/null
@@ -1,14 +0,0 @@
1#!/usr/bin/env ruby
2# This command will automatically be run when you run "rails" with Rails gems
3# installed from the root of your application.
4
5ENGINE_ROOT = File.expand_path("..", __dir__)
6ENGINE_PATH = File.expand_path("../lib/lingo/engine", __dir__)
7APP_PATH = File.expand_path("../test/dummy/config/application", __dir__)
8
9# Set up gems listed in the Gemfile.
10ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
11require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
12
13require "rails/all"
14require "rails/engine/commands"