haruska / ninja-decorators

before_filter, after_filter, and around_filter for ruby without rails
http://realultimatepower.net/
6 stars 0 forks source link

Add before_filter support #4

Closed nirvdrum closed 15 years ago

nirvdrum commented 15 years ago

The lib currently does not support before_filters. This probably could be implemented as a restricted around_filter. Slightly more efficient would be to not use that extra level of indirection.