Sha256: 24aac253a32da68c64118de0b9a996bc99b4dcce238afa98a3d13ef0e39a27da
Contents?: true
Size: 323 Bytes
Versions: 23
Compression:
Stored size: 323 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/my_dashboard/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
my_dashboard-0.5.0 | bin/rails |
my_dashboard-0.4.2 | bin/rails |
my_dashboard-0.4.1 | bin/rails |