[Rails5] Fix error on missed :authenticate_user callback
Since 5.0 Rails by default now raises the ArgumentError if an unrecognized callback is skipped. [1] This commit adds `raise: false` to act as rails 4. [1]: https://github.com/rails/rails/commit/d2876141d08341ec67cf6a11a073d1acfb920de7
Showing
Please register or sign in to comment