mirror of
https://github.com/github/rails.git
synced 2026-01-15 01:28:17 -05:00
3 lines
69 B
Ruby
3 lines
69 B
Ruby
class Event < ActiveRecord::Base
|
|
validates_uniqueness_of :title
|
|
end |