Hi All,
I'm having a bit of a domain/scope issue when it comes to some plugins. Basically I'm using the OFC2 (http://pullmonkey.com/projects/open_flash_chart2/) for rails. However, I already have a class in use called Charts. I tried prepending a lot of my existing calls to Chart with "ActiveRecord::" but I'm not comfortable with this solution. Is there a quality mechanism by which to change the OpenFlash items without breaking them? Could I perhaps change its "Chart" to "Graph"?
Thoughts?