Looking to enhance the appearance of a button created using the rails button_to helper by adding a class, but struggling to find a clear solution on how to do so. Here is the current code snippet:
<%= button_to("Logout", session_url, method: :delete, class:'waves-effect waves-light btn-large') %>