Pow v1.0.8 Mix.Pow.Phoenix View Source
Utilities module for mix phoenix tasks.
Link to this section Summary
Functions
Creates template files for the web module
Creates a view file for the web module
Builds a map containing context and web module information
Link to this section Functions
Link to this function
create_templates(module, name, web_prefix, actions) View Source
Creates template files for the web module.
Link to this function
create_view_file(module, name, web_mod, web_prefix) View Source
Creates a view file for the web module.
Link to this function
parse_structure(config) View Source
Builds a map containing context and web module information.