clocks_server/app/models/resource.rb

6 lines
72 B
Ruby
Raw Permalink Normal View History

2026-02-01 19:45:29 -05:00
class Resource < ApplicationRecord
def type
"resources"
end
end