OSDN Git Service

extend assets path with jquery-ui images, so rails can find them
authorNihad Abbasov <narkoz.2008@gmail.com>
Thu, 27 Oct 2011 11:14:46 +0000 (16:14 +0500)
committerNihad Abbasov <narkoz.2008@gmail.com>
Thu, 27 Oct 2011 11:14:46 +0000 (16:14 +0500)
config/application.rb

index 9a4fd4e..3481c6d 100644 (file)
@@ -44,5 +44,8 @@ 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