I am using Sinatra and have organized my application into models, views and routes (as suggested here).
I have come across several guides (such as Sinatra Book) on using before filters with routes. Is there any way to use before filters for models?
I am using the Sinatra ActiveRecord extension if it helps.