add models_to_cache
This commit is contained in:
parent
155b9ebb07
commit
e06ccd78c4
|
@ -6,6 +6,7 @@ module News
|
|||
base_url File.expand_path File.dirname(__FILE__)
|
||||
widget_methods ["widget"]
|
||||
widget_settings [{"data_count"=>12}]
|
||||
models_to_cache [:news_bulletin]
|
||||
# taggable "NewsBulletin"
|
||||
categorizable
|
||||
authorizable
|
||||
|
|
Loading…
Reference in New Issue