minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Update presentations controller logic and spec #315

Closed experimatt closed 3 months ago

experimatt commented 3 months ago

This is a follow up to https://github.com/minnestar/sessionizer/pull/305, which broke the controller tests.

This allows for both :id and :name params to be passed into the controller. When a presenter is found, an :id is passed, but if the user hits enter with just a text string search, we still need to handle that case, hence why :name is still permitted.