mirror of
https://github.com/github/rails.git
synced 2026-01-14 17:18:04 -05:00
8 lines
150 B
Ruby
8 lines
150 B
Ruby
module ActiveModel
|
|
class Base
|
|
include Observing
|
|
# disabled, until they're tested
|
|
# include Callbacks
|
|
# include Validations
|
|
end
|
|
end |