6 lines
72 B
Ruby
6 lines
72 B
Ruby
class Resource < ApplicationRecord
|
|
def type
|
|
"resources"
|
|
end
|
|
end
|