get the data to work with active_yaml
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
class Image
|
||||
class Image < ActiveYaml::Base
|
||||
end
|
||||
|
Reference in New Issue
Block a user
@ -1,2 +1,2 @@
|
||||
class Image
|
||||
class Image < ActiveYaml::Base
|
||||
end
|
||||
|