Fix rake bug.
This commit is contained in:
parent
23cba34a97
commit
b8adf0c227
|
@ -14,10 +14,12 @@ module Feeds
|
|||
base_url File.expand_path File.dirname(__FILE__)
|
||||
categorizable
|
||||
authorizable
|
||||
begin
|
||||
avoid_page_cache SiteFeed
|
||||
rescue => e
|
||||
puts ["avoid_page_cache", e.to_s]
|
||||
if File.basename($0) != 'rake'
|
||||
begin
|
||||
avoid_page_cache SiteFeed
|
||||
rescue => e
|
||||
puts ["avoid_page_cache", e.to_s]
|
||||
end
|
||||
end
|
||||
side_bar do
|
||||
head_label_i18n 'feed.feed', icon_class: "icons-rss"
|
||||
|
|
Loading…
Reference in New Issue