3 lines
83 B
Ruby
3 lines
83 B
Ruby
class Item
|
|
# Not defining validations, since this app is currently read-only
|
|
end
|