firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

ActiveAdmin password_digest column bug #76

Closed raghubetina closed 4 years ago

raghubetina commented 4 years ago

If draft:model sees that a column is named password_digest, it should permit the attribute password in ActiveAdmin's dashboard rather than password_digest.

jelaniwoods commented 4 years ago

Closing since we're no longer using active_admin.