Skip to content

Commit

Permalink
Rename form objects folder
Browse files Browse the repository at this point in the history
We use the form object pattern in our apps, and use the traditional name
for that module, `forms`, however in our service that name is already
used in a lot of places.

This commit renames the form objects module to `FormObjects`, to
disambiguate. Following Rails naming conventions, the folder `app/forms`
becomes `app/form_objects`, and `spec/forms` becomes
`spec/form_objects`. Because Rails autoloads most modules, this doesn't
actually change much other code, and shouldn't break anything.
  • Loading branch information
lfdebrux committed Dec 4, 2023
1 parent 92d2278 commit 2d8f641
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.

0 comments on commit 2d8f641

Please sign in to comment.