summaryrefslogtreecommitdiff
path: root/example/views
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-06-26 18:56:43 +0200
committerAzul <azul@leap.se>2012-06-26 18:56:43 +0200
commit12b30b7e861c510593c6a8bd4bae68c2126106db (patch)
tree4c578c34958f020dd0cddc3df3ac1e0f87b776d6 /example/views
parentf32497f143ef95264706dba27ce3e7a26d7ba6a4 (diff)
moved user and log class to models, verify prints logs
Diffstat (limited to 'example/views')
-rw-r--r--example/views/verify.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/views/verify.erb b/example/views/verify.erb
new file mode 100644
index 0000000..4bbe1c6
--- /dev/null
+++ b/example/views/verify.erb
@@ -0,0 +1,7 @@
+<h2>3. Verify</h2>
+<pre>
+ <%= Log.current.pretty %>
+</pre>
+<div class="form-actions">
+ <a href="/" class="btn btn-primary">Back</a>
+</div>