camerican / Help-Desk

Help Desk for NYCDA Projects
1 stars 1 forks source link

Backend Issue #6

Closed Rappole4 closed 7 years ago

Rappole4 commented 7 years ago

NameError in Journeys#show

<%= notice %>

Start:<%= journey.start_address %>

End:<%= journey.end_address %>

<%= link_to 'Edit', edit_journey_path(@journey) %> |

camerican commented 7 years ago

Issue related to strict parameters not referencing the wrong name for the start_address and end_address. This was causing the controller to strip out the submitted values and not save them.