add mollie plugin
This commit is contained in:
parent
55234b4e27
commit
66bbafcd4d
22 changed files with 1092 additions and 0 deletions
8
plugins/mollie/script/rails
Executable file
8
plugins/mollie/script/rails
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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/foodsoft_mollie/engine', __FILE__)
|
||||
|
||||
require 'rails/all'
|
||||
require 'rails/engine/commands'
|
||||
Loading…
Add table
Add a link
Reference in a new issue