Sha256: feb89fb3c802b2fef4402245f850dbf91890f413919c4d1dd076d8644a920ed8

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

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

begin
  load File.expand_path('../spring', __FILE__)
rescue LoadError
end
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_workflow-0.7.3 spec/dummy/bin/rails
rails_workflow-0.7.2 spec/dummy/bin/rails
rails_workflow-0.7.1 spec/dummy/bin/rails
rails_workflow-0.7.0 spec/dummy/bin/rails
rails_workflow-0.4.4 spec/dummy/bin/rails
rails_workflow-0.4.3 spec/dummy/bin/rails
rails_workflow-0.4.2 spec/dummy/bin/rails
rails_workflow-0.4.1 spec/dummy/bin/rails
rails_workflow-0.4.0 spec/dummy/bin/rails