Skip to content

Commit

Permalink
Add some more detail on field changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 20, 2024
1 parent bea8de2 commit 2b63ada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/migrating-to-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ As with most upgrades, if you're upgrading between versions with changes to the
templates, and if you've customised them, you may need to apply recent changes.
You can see those which changed in the [CHANGELOG][].

This applies to both modified files in `app/views/admin` and `app/views/fields`
if you have your own Field classes defined. A good way is to use the same command
to generate the view as for the earlier version:
`rails generate administrate:views:ACTION MyModel`
noting the changes and re-applying the modifications

[2397]: https://github.com/thoughtbot/administrate/pull/2397
[CHANGELOG]: https://github.com/thoughtbot/administrate/blob/main/CHANGELOG.md

Expand Down

0 comments on commit 2b63ada

Please sign in to comment.