b3fdf9c596
These files get modified whenever someone uses a tool like `sed`. Let's just get this over with in one commit so it'd not adding diff noise to something else.
4 lines
70 B
Ruby
4 lines
70 B
Ruby
class Event < ActiveRecord::Base
|
|
validates_uniqueness_of :title
|
|
end
|