jeffp / enumerated_attribute

Easy enum for your models, objects and views
MIT License
190 stars 64 forks source link

.instantiate in AR integration module made public #38

Closed be9 closed 12 years ago

be9 commented 12 years ago

It was private while it's public in Rails. That caused problems with habtm associations autoloading, namely:

NoMethodError: private method `instantiate' called for #<Class:0x007fb0662b36a8>