wiselinks
wiselinks copied to clipboard
Add support for rails >= 5.1
- remove calls to
alias_method_chain
, manually chaining methods - replace
before_filter
withbefore_action
closes #111