Sha256: 76a8748967194ad16017339016d9d8340c54dd80a0f890ce879b5227e237c753

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# 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/decidim/proposals/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

3 entries across 3 versions & 1 rubygems

Version Path
decidim-0.3.2 decidim-proposals/bin/rails
decidim-0.3.1 decidim-proposals/bin/rails
decidim-0.3.0 decidim-proposals/bin/rails