Set a default value for the default_http_generated_images_path in rails 3.1
This commit is contained in:
parent
d0bbb66e73
commit
5896711c8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user