no need to extend assets path anymore

see 865cf830c4
This commit is contained in:
Nihad Abbasov 2012-06-13 05:19:02 -07:00
parent a243253b10
commit d1953a2640

View file

@ -44,8 +44,5 @@ module Gitlab
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
# Extend assets path
config.assets.paths << Rails.root.join('vendor', 'assets', 'images', 'jquery-ui')
end
end