infiniteloopeu / aasm_history

Track and persist AASM state history
MIT License
14 stars 10 forks source link

aasm_column deprecated in aasm 4.2.0 #15

Open ain2108 opened 2 years ago

ain2108 commented 2 years ago

Hi! I have been using your gem and I really like it. I have been getting the following deprecation warning from aasm:

[DEPRECATION] aasm_column is deprecated. Use aasm.attribute_name instead

This PR makes the update to use aasm.attribute_name as suggested by the warning. Thank you very much!