Nara Simha wrote:
I want to restrict the user access when the user tries to access the static html directly by typing the URL
The way I do this is serve the files from rails using send_file.
Nara Simha wrote:
I want to restrict the user access when the user tries to access the static html directly by typing the URL
The way I do this is serve the files from rails using send_file.