You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of back and forth here that could be simplified. This should all be accomplished from within the AircraftController.aircraft_new() method. Making all the various calls from within that single class instead of passing an options object around to 4 different class methods.
The text was updated successfully, but these errors were encountered:
current workflow could be simplified. the current process is:
There is a lot of back and forth here that could be simplified. This should all be accomplished from within the
AircraftController.aircraft_new()
method. Making all the various calls from within that single class instead of passing an options object around to 4 different class methods.The text was updated successfully, but these errors were encountered: