<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://elixirblocks.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Think_About_Phoenix_Dead_Views</id>
	<title>How to Think About Phoenix Dead Views - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://elixirblocks.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Think_About_Phoenix_Dead_Views"/>
	<link rel="alternate" type="text/html" href="http://elixirblocks.com/index.php?title=How_to_Think_About_Phoenix_Dead_Views&amp;action=history"/>
	<updated>2026-06-02T06:23:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://elixirblocks.com/index.php?title=How_to_Think_About_Phoenix_Dead_Views&amp;diff=1877&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Each page (resource) has a route.  These routes are assigned a controller and a function from that controller.   In the code below, when a user goes to the &quot;/&quot; route a controller named PageController is found and a function named home is invoked.  Controllers are simply modules and the third argument (in this case named '''home''') is a function on the controller.  &lt;source&gt;   get &quot;/&quot;, PageController, :home &lt;/source&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="http://elixirblocks.com/index.php?title=How_to_Think_About_Phoenix_Dead_Views&amp;diff=1877&amp;oldid=prev"/>
		<updated>2024-12-27T09:21:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Each page (resource) has a route.  These routes are assigned a controller and a function from that controller.   In the code below, when a user goes to the &amp;quot;/&amp;quot; route a controller named PageController is found and a function named home is invoked.  Controllers are simply modules and the third argument (in this case named &amp;#039;&amp;#039;&amp;#039;home&amp;#039;&amp;#039;&amp;#039;) is a function on the controller.  &amp;lt;source&amp;gt;   get &amp;quot;/&amp;quot;, PageController, :home &amp;lt;/source&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Each page (resource) has a route.&lt;br /&gt;
&lt;br /&gt;
These routes are assigned a controller and a function from that controller. &lt;br /&gt;
&lt;br /&gt;
In the code below, when a user goes to the &amp;quot;/&amp;quot; route a controller named PageController is found and a function named home is invoked.&lt;br /&gt;
&lt;br /&gt;
Controllers are simply modules and the third argument (in this case named '''home''') is a function on the controller.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
  get &amp;quot;/&amp;quot;, PageController, :home&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>