6 lines
65 B
Ruby
6 lines
65 B
Ruby
class Clock < ApplicationRecord
|
|
def type
|
|
"clock"
|
|
end
|
|
end
|