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 before_filter support

nirvdrum opened this issue · comments

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.