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