Sha256: 1b5f8b3220e9f108301251363c66d3c509e8748b35b3a6fb901503c225d7f1d3
Contents?: true
Size: 511 Bytes
Versions: 3
Compression:
Stored size: 511 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/api/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-api/bin/rails |
decidim-0.3.1 | decidim-api/bin/rails |
decidim-0.3.0 | decidim-api/bin/rails |