mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-26 18:56:10 +01:00
8 lines
No EOL
150 B
Ruby
8 lines
No EOL
150 B
Ruby
module ActiveModel
|
|
class Base
|
|
include Observing
|
|
# disabled, until they're tested
|
|
# include Callbacks
|
|
# include Validations
|
|
end
|
|
end |