changed constantize to metaprogramming for the addition of tutorials specific to metaprogramming flaws. In addition, the messages portion of the app needed some generic TLC so I have removed the "new" view in order to bring that functionality into the seed message page/view.
This commit is contained in:
@@ -103,23 +103,15 @@
|
||||
<li id="guard">
|
||||
<%= link_to "Guard", guard_tutorials_path %>
|
||||
</li>
|
||||
<!--<li>
|
||||
<a href="#">Session Secret</a>
|
||||
</li>-->
|
||||
<li id="mass_assignment">
|
||||
<%= link_to "Mass Assignment", mass_assignment_tutorials_path %>
|
||||
</li>
|
||||
<li id="constantize">
|
||||
<%= link_to "Constantize", constantize_tutorials_path %>
|
||||
</li>
|
||||
<li id="logic_flaws">
|
||||
<%= link_to "Logic Flaws", logic_flaws_tutorials_path %>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<a href="#">DB Sessions</a>
|
||||
</li>
|
||||
-->
|
||||
<li id="metaprogramming">
|
||||
<%= link_to "Meta- Programming", metaprogramming_tutorials_path %>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user