Add deposits controller

This commit is contained in:
Martin Lensment 2015-04-09 11:19:49 +03:00
parent 5c0e2be387
commit 13c94aeb1c
10 changed files with 88 additions and 4 deletions

View file

@ -0,0 +1,6 @@
.errors
- if object.errors.any?
- object.errors.full_messages.each do |msg|
= msg
%br
%hr