Fix rake bug.
This commit is contained in:
parent
1633729511
commit
2067444a7e
|
@ -98,12 +98,14 @@ module Announcement
|
|||
rescue => e
|
||||
puts ['there_was_no_show_option_method',e]
|
||||
end
|
||||
begin
|
||||
avoid_page_cache AnnsCache
|
||||
avoid_page_cache BulletinFeedCache
|
||||
avoid_page_cache BulletinFeed
|
||||
rescue => e
|
||||
puts ["avoid_page_cache", e.to_s]
|
||||
if File.basename($0) != 'rake'
|
||||
begin
|
||||
avoid_page_cache AnnsCache
|
||||
avoid_page_cache BulletinFeedCache
|
||||
avoid_page_cache BulletinFeed
|
||||
rescue => e
|
||||
puts ["avoid_page_cache", e.to_s]
|
||||
end
|
||||
end
|
||||
side_bar do
|
||||
head_label_i18n 'announcement.announcement', icon_class: "icons-megaphone"
|
||||
|
|
Loading…
Reference in New Issue