Sha256: fcf6da2187f98bf91b425d9e67b5325f8d276e44cdc910786ccdb4acc61492ce
Contents?: true
Size: 315 Bytes
Versions: 51
Compression:
Stored size: 315 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/kaui/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
51 entries across 51 versions & 1 rubygems