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

Fix section numbers for 'Assignment #26474

Merged

Conversation

lewisthagichu
Copy link
Contributor

Active Record Queries lesson: fix numbering in Assignment

Because

This contribution resolves numbering inconsistencies in the Active Record Querying's assignment section.

This PR

  • Existence of Objects' section number changed from 21 to 20
  • Calculations' section number changed from 22 to 21
  • Joining Tables' section number changed from 13 to 12
  • Find or Build a New Object' section number changed from 19 to 18
  • Scopes' section number changed from 15 to 14
  • Finding by SQL' section number changed from 20 to 19

Issue

Closes #26465

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

@github-actions github-actions bot added the Content: Ruby on Rails Involves the Ruby on Rails course label Oct 11, 2023
@wise-king-sullyman wise-king-sullyman requested review from a team, dm-murphy and linkonsat and removed request for a team and dm-murphy October 11, 2023 22:44
@linkonsat
Copy link
Contributor

Thanks for doing this. It looks good!

@linkonsat linkonsat merged commit be4effd into TheOdinProject:main Nov 2, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content: Ruby on Rails Involves the Ruby on Rails course
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Active Record Queries: Section numbers incorrect
2 participants