Skip to content

Commit 810f6d5

Browse files
committed
rails plugin new activeadmin-mongoid -O --old-style-hash --full --skip-gemspec
1 parent d3d05ee commit 810f6d5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

script/rails

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)