Skip to content

Upgrading to 0.4.6 breaks Runtime Exposure #163

Closed
@ozgun

Description

@ozgun

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.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions