jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

fix deprecation warning #15

Closed ghost closed 13 years ago

ghost commented 13 years ago

class inheritable attributes are deprecated in edge Rails 3.1

jkrall commented 13 years ago

Thanks! I'm not on rails 3.1 yet obviously... :)

Unfortunately, I can't merge this because class_attribute isn't supported in Rails 2.3. Either need a conditional that looks at the Rails version... or we need to implement the getter/setters manually.