I am writing a custom wrapper for open_flash_chart plugin. It's placed in /lib and load it as a module in ApplicationController.
However, I have some Class hierarchy or smth problem.
From any controller I can access open_flash_chart functions as OpenFlashChart, Line etc
However, in a class in a /lib module, it doesnt work!
Any ideas?