search for: 9ec245b26f8c8255d200ed261c81e3c6

Displaying 1 result from an estimated 1 matches for "9ec245b26f8c8255d200ed261c81e3c6".

2013 Oct 27
5
run simple method from Helper on button click
Greetings, I''m new to rails and currently having couple problems about how to add javascript functionality into rails. I have a simple method in the helper and i want to run this code on button click. ------------------------------------------------------------------ module PagesHelper def show_message "simple output" end end