-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branches- Dora & Mac (MacDora) #15
base: master
Are you sure you want to change the base?
Conversation
…ntrollers and routes.
…en trips and passengers/driver.
…eated and functional
…s to Driver and Passenger
…bute of phone_num
…bute of phone_num
…dit buttons to their views
…successful creation of new driver and passenger.
…ing all Passenger tests except for the one about having trips
… a driver's rides and find average rating
…d passengers controller for render _path
…for toggle and the corresponding routes
… adjusted models to pass tests.
…ed create trip action to get first inactive driver.
…rresponding route with no success
…roller_test for custom methods
…. COmmented out errored tests
Rideshare RailsWhat We're Looking ForI love the theme and homepage! So fun and clever :) One callout: Trips model is missing tests. Great job y'all! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!
@driver.name = params[:driver][:name] | ||
@driver.vin = params[:driver][:vin] | ||
@driver.car_make = params[:driver][:car_make] | ||
@driver.car_model = params[:driver][:car_model] | ||
@driver.active = params[:driver][:active] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: could have used driver_params here
Rideshare-Rails
Congratulations! You're submitting your assignment! These comprehension questions should be answered by both partners together, not by a single teammate.
Comprehension Questions