We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d05ee commit 810f6d5Copy full SHA for 810f6d5
script/rails
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env ruby
2
+# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ENGINE_ROOT = File.expand_path('../..', __FILE__)
5
+ENGINE_PATH = File.expand_path('../../lib/activeadmin-mongoid/engine', __FILE__)
6
7
+require 'rails/all'
8
+require 'rails/engine/commands'
0 commit comments