Using a password realm for a subpath in a Rails context

#1
I'm trying to put password protection on the /admin part of a Rails app. I only see an option to secure an entire context.

Is there a way to secure a subset of a context?
 
Top