From 5b1b4c685e6baa5c6fa52ef2da479205f2c6e632 Mon Sep 17 00:00:00 2001 From: Alessandro Desantis Date: Sat, 13 Jun 2020 17:22:13 +0200 Subject: Update to the latest solidus_dev_support --- bin/rails-engine | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bin/rails-engine (limited to 'bin/rails-engine') diff --git a/bin/rails-engine b/bin/rails-engine new file mode 100755 index 0000000..9b4844e --- /dev/null +++ b/bin/rails-engine @@ -0,0 +1,13 @@ +#!/usr/bin/env ruby +# This command will automatically be run when you run "rails" with Rails gems +# installed from the root of your application. + +ENGINE_ROOT = File.expand_path('..', __dir__) +ENGINE_PATH = File.expand_path('../lib/solidus_subscriptions/engine', __dir__) + +# Set up gems listed in the Gemfile. +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) +require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) + +require 'rails/all' +require 'rails/engine/commands' -- cgit v1.2.3