Sha256: 79b0044e5950d03defcb672063ad6bf3f855666dddbe93ac35b980133a1a05e4
Contents?: true
Size: 330 Bytes
Versions: 12
Compression:
Stored size: 330 Bytes
Contents
#!/usr/bin/env ruby # 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/mix-rails-wireframe/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
12 entries across 12 versions & 1 rubygems