Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to add common attributes in the parent event class #5

Open
bguban opened this issue Dec 19, 2023 · 0 comments
Open

Add ability to add common attributes in the parent event class #5

bguban opened this issue Dec 19, 2023 · 0 comments

Comments

@bguban
Copy link
Collaborator

bguban commented Dec 19, 2023

class ApplicationEvent
  attribute :event_at
end

class UserRegistered
  attribute :email
  attribute :password
end

currently the event_at attribute is not visible in the UserRegistered event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant