i would like to include core components (to be specific: the group Model) in my redmine plugin.
Is there a special require statement for doing this?
I want to use the redmine Group Model in a rake task of my Plugin.
I tried using require_dependency
and require
, but none of these works.
I appreciate every kind of help :)