ecto_resource v0.1.0 API Reference
Modules
This module represents the generic CRUD functionality that is boilerplate within Phoenix context files. It provides a DSL to easily generate the basic functions for a schema. This allows the context to focus on interesting, atypical implementations rather than the redundent, drifting crud functions.
Mix Tasks
Task to list the resources defined by EctoResource
within a context module.