Given the controller : class MyController What should I put at # ??? to send /etc/passwd to the use...
2 answers
def download(filename) redirect_if_not_logged_in # put whatever redirection mechanism you l...