grych / drab

Remote controlled frontend framework for Phoenix.

Home Page:https://tg.pl/drab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drab.gen.commander ignores contexts/nested modules

Sorebrez opened this issue · comments

When creating a commander by

mix drab.gen.commander "context"/"controller"

the "context" is ignored in the resulting modules name. It is just named as:

defmodule AppWeb."controller"Commander

missing the "context" in between.