add models_to_cache
This commit is contained in:
parent
9d549ae12a
commit
09bec1f9be
|
@ -6,6 +6,7 @@ module AdBanner
|
|||
base_url File.expand_path File.dirname(__FILE__)
|
||||
widget_methods ["widget"]
|
||||
widget_settings [{"override_category_with"=>"banner","multiselect"=>false,"display_field"=>"title"}]
|
||||
models_to_cache [:banner,:ad_image]
|
||||
taggable "Banner"
|
||||
categorizable
|
||||
authorizable
|
||||
|
|
Loading…
Reference in New Issue