So I feel really stupid right now, but I can\'t seem to find an answer.
So I have a method which needs to be called EXACTLY once, and since this is only the experime
It's as easy as adding method_controller_path to the HTML. For instance, I have a route filaments/new, and to add a button that links to it from any view: <%= button_to "Add", new_filament_path, method: :get %>
filaments/new
<%= button_to "Add", new_filament_path, method: :get %>