Set a default value for the default_http_generated_images_path in rails 3.1

This commit is contained in:
Chris Eppstein 2011-08-28 12:55:51 -07:00
parent d0bbb66e73
commit 5896711c8a

View File

@ -30,6 +30,10 @@ module Compass
"#{top_level.http_path}"
end
def default_http_generated_images_path
"#{top_level.http_path}"
end
def default_http_javascripts_path
"#{top_level.http_path}"
end