add mollie plugin

This commit is contained in:
Philipp Rothmann 2023-10-02 22:46:46 +02:00
parent 55234b4e27
commit c59eefd219
21 changed files with 1117 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('..', __dir_)
ENGINE_PATH = File.expand_path('../lib/foodsoft_mollie/engine', __dir__)
require 'rails/all'
require 'rails/engine/commands'