Fix missing asset in wiki

This commit is contained in:
wvengen 2016-08-08 21:17:42 +02:00
parent fc32c12ccd
commit bd22da50a6
1 changed files with 4 additions and 0 deletions

View File

@ -15,5 +15,9 @@ module FoodsoftWiki
def default_foodsoft_config(cfg)
cfg[:use_wiki] = true
end
initializer "foodsoft_wiki.assets.precompile" do |app|
app.config.assets.precompile += %w(icons/feed-icon-14x14.png)
end
end
end