diff --git a/app/models/story_idea.rb b/app/models/story_idea.rb index 19109cde0..251e04baf 100644 --- a/app/models/story_idea.rb +++ b/app/models/story_idea.rb @@ -23,7 +23,6 @@ class StoryIdea < ApplicationRecord validates :updated_by_id, presence: true validates :project_id, presence: true validates :windows_type_id, presence: true - validates :workshop_id, presence: true validates :body, presence: true validates :permission_given, presence: true validates :publish_preferences, presence: true diff --git a/app/views/workshop_ideas/_form.html.erb b/app/views/workshop_ideas/_form.html.erb index 1a3f92696..73d43a922 100644 --- a/app/views/workshop_ideas/_form.html.erb +++ b/app/views/workshop_ideas/_form.html.erb @@ -63,7 +63,7 @@ -
+
<%= f.object.time_frame_total %>