Is there some way, any way to limit access to the rails asset pipeline for users browsing your app?
I want to limit access to certain CSS only when a user is logged in, rails should block access to it otherwise.
Could not find anything relating this Is it possible?