parse_redmine_links
Added by Georg Miller over 11 years ago
Hello,
I write a Plugin and I'm not very adept in Ruby.
I want to use the function parse_redmine_links from the ApplicationHelper.
If I call simple parse_redmine_links(params ...) I get the expected result
but if another Plugin extends the function ApplicationHelper.parse_redmine_links
the result of parse_redmine_links in my Plugin is nil.
Is there a another/better way to call parse_redmine_links?
Best regards
Goerge Miller
Replies (1)
RE: parse_redmine_links - Added by Georg Miller over 11 years ago
Hello,
the correct solution is to use the textilizable(*args)
method from the ApplicationHelper module.
Best regards