Sha256: e98fb8f9d26ef0e47916734197dfb30dd518947deffb8ce5d9f9ff9df40a7d65
Contents?: true
Size: 326 Bytes
Versions: 13
Compression:
Stored size: 326 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/constructor-cms/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
13 entries across 13 versions & 3 rubygems