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
Take a look at button_to.
Example shows you can do something like
<%= button_to "Some Button", :method=> "someButton" %>