rails/activeresource

Cannot levearge ActiveModel::Dirty methods in ActiveResource models

vasudharsai opened this issue · 1 comments

Hi
I'm not able to leverage the methods that come with ActiveModel:Dirty module in classes inherited from ActiveResource. I tried including ActiveModel::Dirty in ActiveResource classes but still it doesn't work. Is there any work around to access these methods in Active Resource inherited objects?

Unfortunately there is no support to dirty methods in Active Resource.