Closed mfenner closed 10 years ago
Instead of raising an error we should redirect to the home page for a new search when a session doesn't contain at least one DOI. This closes #34.
Since generate is the only action that needs dois in the session it's OK like this, otherwise it would make sense to have a before filter. It would just add cruft in this case though.
generate
dois
session
Looks good, merging.
Instead of raising an error we should redirect to the home page for a new search when a session doesn't contain at least one DOI. This closes #34.