Skip to content
Snippets Groups Projects
Unverified Commit 40c0a8c6 authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Remove Recording recorded_at validations (#4905)

parent d7a6b04b
Branches
Tags
No related merge requests found
......@@ -26,7 +26,6 @@ class Recording < ApplicationRecord
validates :visibility, presence: true
validates :length, presence: true
validates :participants, presence: true
validates :recorded_at, presence: true
scope :with_provider, ->(current_provider) { where(user: { provider: current_provider }) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment