fixing tutorial it should be != to match code not ==

This commit is contained in:
Mike McCabe
2014-08-22 19:44:35 -04:00
parent 61c5981cb7
commit 4f2bfc1a8f
@@ -42,7 +42,7 @@
...
def admin_param
params[:id] == '1'
params[:id] != '1'
end
} %>
</pre>
@@ -95,4 +95,4 @@
</div>
</div>
</div>
</div>
</div>