diff options
Diffstat (limited to 'src/gen_mod.erl')
-rw-r--r-- | src/gen_mod.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gen_mod.erl b/src/gen_mod.erl index bbc4e860..04575381 100644 --- a/src/gen_mod.erl +++ b/src/gen_mod.erl @@ -224,6 +224,8 @@ get_hosts(Opts, Prefix) -> Hosts end. +get_module_proc(Host, {frontend, Base}) -> + get_module_proc("frontend_" ++ Host, Base); get_module_proc(Host, Base) -> list_to_atom(atom_to_list(Base) ++ "_" ++ Host). |