Skip to content

Commit

Permalink
Refs #20: add venue to required
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBrendel committed Nov 3, 2017
1 parent d5a6a29 commit 12b9d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/paper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Paper < ActiveRecord::Base
validates :title, presence: true
validates :title, :venue, presence: true
end

0 comments on commit 12b9d45

Please sign in to comment.