Trying to get authlogic running

This commit is contained in:
Christoph Haas 2015-07-13 18:42:36 +02:00
parent 06f09c0486
commit 737ff62cfc
23 changed files with 306 additions and 4 deletions

View file

@ -0,0 +1,6 @@
- if target.errors.any?
div id="errorExplanation"
h2 Errors
ul
- target.errors.full_messages.each do |msg|
li = msg