We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here is my entity:
expose :my_custom_field private def my_custom_field 1 end
After upgrading to 0.4.6, I started to get the following error:
NoMethodError (MyEntity missing attribute my_custom_field on #<MyEntity:0xdc60c70>):
If I downgrade to 0.4.5 everything works fine.
0.4.5
Thanks.