We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafb471 commit 80aa51bCopy full SHA for 80aa51b
lib/radiator/podcasts/podcast.ex
@@ -14,6 +14,6 @@ defmodule Radiator.Podcasts.Podcast do
14
def changeset(podcast, attrs) do
15
podcast
16
|> cast(attrs, [:title, :hostname])
17
- |> validate_required([:title, :hostname])
+ |> validate_required([:title])
18
end
19
0 commit comments