mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #1085 from Ana06/validation
Name validation repeated in Track
This commit is contained in:
commit
798998b73f
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ class Track < ActiveRecord::Base
|
|||
before_create :generate_guid
|
||||
validates :name, presence: true
|
||||
|
||||
validates :name, presence: true
|
||||
|
||||
private
|
||||
|
||||
def generate_guid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue