mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 14:12:37 +01:00
7 lines
81 B
Ruby
7 lines
81 B
Ruby
|
|
require 'active_model/core'
|
||
|
|
|
||
|
|
module ActiveModel
|
||
|
|
module Callbacks
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|