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

before_filter should have a way to abort the chain

nirvdrum opened this issue · comments

The Rails implementation of before_filter allows a filter to abort the chain by returning false. It's a reasonable feature that we should probably add.