Sha256: 930ddd38075ccceeeaa587f8eecef7ca5b3a941ffbeb2cc2ba9c60b29362fc68

Contents?: true

Size: 489 Bytes

Versions: 4

Compression:

Stored size: 489 Bytes

Contents

#!/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_catalog_mode/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'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
solidus_catalog_mode-0.6.1 bin/rails-engine
solidus_catalog_mode-0.6.0 bin/rails-engine
solidus_catalog_mode-0.5.0 bin/rails-engine
solidus_catalog_mode-0.4.1 bin/rails-engine