Can you post your save_button() method?
Can you post your save_button() method?
Seems OK.
You might have another helper with the same method name which is overriding your method. Try looking at the compiled template at /tmp/... to see which helper is being used.
You might want to change the helper method name, or use plain PHP to specify the helper to use like:
<?= $my_helper->save_button(); ?>
Akelos loads some core helpers from
/lib/AkActionView/helpers
1 to 7 of 7