mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 14:12:37 +01: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
|