add mollie plugin

This commit is contained in:
Philipp Rothmann 2023-10-02 22:46:46 +02:00
parent 55234b4e27
commit 66bbafcd4d
22 changed files with 1092 additions and 0 deletions

8
plugins/mollie/script/rails Executable file
View 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'