Find By Short Code Discussion
Discussion for
Find By Short Code
Doesn't this still use the set_link
code path at the end of the episode? We should be getting rid of that and adding
@link = Link.find(params[:id])
under the show
method?
You’re not receiving notifications from this thread.
Doesn't this still use the set_link
code path at the end of the episode? We should be getting rid of that and adding
@link = Link.find(params[:id])
under the show
method?