6 changed files with 9 additions and 15 deletions
@ -1,5 +1,5 @@
|
||||
module FormPageHelper |
||||
def action_href(log, page_id) |
||||
send("#{log.model_name.param_key}_#{page_id}_path", log, referrer: "check_answers") |
||||
def action_href(log, page_id, referrer = "check_answers") |
||||
send("#{log.model_name.param_key}_#{page_id}_path", log, referrer:) |
||||
end |
||||
end |
||||
|
||||
Loading…
Reference in new issue