Sha256: 1c1d156cdac1117d9a2e8ab0cf7b7d8ddffafc3236ab88b328801130d0ee2d3d
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 # 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/jqgrid-jquery-rails/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
6 entries across 6 versions & 1 rubygems