demarches-normaliennes/app/views/admin/assigns
Pierre de La Morinerie f131dbb80d instructeurs: make the create form not using email directly
Before the form attempted to read an email value from the Instructeur
model, and failed (because the empty Instructeur had no user yet).

We could let `Instructeur#email` return `nil` if there is no User –
but as a created Instructeur is always supposed to have a User, this
seems like a nice safeguard to keep.

So instead this commit rewrites the create form, which now doesn’t
depend on an Instructeur model. Seems easy enough for now.
2019-11-04 10:44:24 +01:00
..
_list_assign.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
_list_not_assign.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
show.html.haml instructeurs: make the create form not using email directly 2019-11-04 10:44:24 +01:00
show.js.erb Subtly rename admin/instructeurs to admin/assigns 2019-08-12 13:47:01 +02:00