mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Add deposits controller
This commit is contained in:
parent
5c0e2be387
commit
13c94aeb1c
10 changed files with 88 additions and 4 deletions
6
app/views/shared/_full_errors.haml
Normal file
6
app/views/shared/_full_errors.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
.errors
|
||||
- if object.errors.any?
|
||||
- object.errors.full_messages.each do |msg|
|
||||
= msg
|
||||
%br
|
||||
%hr
|
Loading…
Add table
Add a link
Reference in a new issue