Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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