So I want to do this:
save_to_library(params) if params[:commit] == "lib"
but save_to_library apparently doesn't take any arguments.
how do actions get params if they don't take arguments?
(I know this action works when I link to it directly... just trying to streamline usability)