Sha256: ecf7ed7c20b93471a94b6438cc3aa2ddb26ff35bf3af20d626fec33a8e737024
Contents?: true
Size: 330 Bytes
Versions: 8
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-addresses/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
8 entries across 8 versions & 1 rubygems