Since the actions only redirect, the variables need not be instance variables in `create`, `update`, and `destroy`. We should change them to locals.
Since the actions only redirect, the variables need not be instance variables in
create,update, anddestroy. We should change them to locals.