Closed Bodhisattva2-0 closed 6 years ago
This is related to Rails 5 upgrade on Harrys codebase and https://github.com/harrystech/cacheable-flash-mootools-harrys/pull/3 Changes:
before_action
before_filter
prepend_before_action
prepend_before_filter
This is related to Rails 5 upgrade on Harrys codebase and https://github.com/harrystech/cacheable-flash-mootools-harrys/pull/3 Changes:
before_action
instead ofbefore_filter
prepend_before_action
instead ofprepend_before_filter
. Filter callbacks are renamed for readability in Rails 5. There is no change in behavior.