Sha256: 5a2137a2758b57ce5ae9cceed5a1624fb13c2b17dee7482364aad3c3a6071bd1
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your # application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/letter_opener_web/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
letter_opener_web-1.3.4 | bin/rails |
letter_opener_web-1.3.3 | bin/rails |
letter_opener_web-1.3.2 | bin/rails |