forked from OpenNeo/impress
4 lines
83 B
Ruby
4 lines
83 B
Ruby
|
class Item
|
||
|
# Not defining validations, since this app is currently read-only
|
||
|
end
|