mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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.
3 lines
70 B
Ruby
3 lines
70 B
Ruby
class Event < ActiveRecord::Base
|
|
validates_uniqueness_of :title
|
|
end
|