defmodule Framboise do @moduledoc """ Phoenix default rest actions and associated renders for your controller. `Framboise` is composed of two modules : - its action module : `Framboise.Actions` - its render module : `Framboise.Renders` Both modules expose public functions called by generated functions through the use of macro programming. This way it gives user the choice : - use implemented macros - call the public function themselves """ end