Sha256: f6d3b0e2772c05f63184db8ef48178805bf7128c26dabee9195f81f732eab108

Contents?: true

Size: 628 Bytes

Versions: 3

Compression:

Stored size: 628 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/google_tag_manager/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 'action_controller/railtie'
require 'action_view/railtie'
require 'action_mailer/railtie'
require 'rails/test_unit/railtie'
require 'sprockets/railtie'

require 'rails/engine/commands'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-google_tag_manager-4.3.3 bin/rails
workarea-google_tag_manager-4.3.2 bin/rails
workarea-google_tag_manager-4.3.1 bin/rails