Fix Ruby 2.7 keyword arguments warning by pocke · Pull Request #109 · amatsuda/active_decorator
This pull request fixes Ruby 2.7 keyword arguments warning. Problem Currently active_decorator displays keyword arguments warning on a view context method calling with keyword arguments. For exampl...