haruska / ninja-decorators

before_filter, after_filter, and around_filter for ruby without rails

Home Page:http://realultimatepower.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add after_filter support.

nirvdrum opened this issue · comments

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