add models_to_cache
This commit is contained in:
parent
a1a0d4b090
commit
9460619846
|
@ -6,6 +6,7 @@ module Archive
|
||||||
base_url File.expand_path File.dirname(__FILE__)
|
base_url File.expand_path File.dirname(__FILE__)
|
||||||
widget_methods ["widget"]
|
widget_methods ["widget"]
|
||||||
widget_settings [{"data_count"=>10}]
|
widget_settings [{"data_count"=>10}]
|
||||||
|
models_to_cache [:archive_file]
|
||||||
taggable "ArchiveFile"
|
taggable "ArchiveFile"
|
||||||
categorizable
|
categorizable
|
||||||
authorizable
|
authorizable
|
||||||
|
|
Loading…
Reference in New Issue