mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Client side validations
This commit is contained in:
parent
e987e201ad
commit
b51310062d
53 changed files with 503 additions and 305 deletions
9
app/models/concerns/disable_html5_validation.rb
Normal file
9
app/models/concerns/disable_html5_validation.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module DisableHtml5Validation
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
class_methods do
|
||||
def auto_html5_validation
|
||||
false
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue