Elmer v0.0.11
Mix.Tasks.Elmer.Gen.EditView
This is a mix task for creating a EditView template.
Summary
Creates a new elm View which has form fields which correspond to
Functions
Creates a new elm View which has form fields which correspond to.
Run with mix elmer.gen.edit_view <module name> <model_name> <plural model> <args>
Example: mix elmer.gen.edit_view Players Player players name:string level:integer