mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-23 06:16:44 +00:00
4 lines
64 B
Ruby
4 lines
64 B
Ruby
class Person < ActiveRecord::Base
|
|
set_table_name 'people'
|
|
end
|