Skip to content

Add a has_many through association to the dummy app #367

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

Merged
merged 1 commit into from
May 3, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented May 3, 2024

To help with manually testing #358

@@ -2,7 +2,7 @@

class User < ApplicationRecord
before_create :foo, -> () {}
validates :name, presence: true
validates :first_name, presence: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(fixing invalid field)

@andyw8 andyw8 added the chore Chore task label May 3, 2024
@andyw8 andyw8 marked this pull request as ready for review May 3, 2024 15:59
@andyw8 andyw8 requested a review from a team as a code owner May 3, 2024 15:59
@andyw8 andyw8 requested review from st0012 and vinistock May 3, 2024 15:59
@andyw8 andyw8 merged commit edc5ef3 into main May 3, 2024
@andyw8 andyw8 deleted the andyw8/add-has-many-through-to-example-app branch May 3, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants