lib/generators/cream/views/haml_util.rb in cream-0.7.0 vs lib/generators/cream/views/haml_util.rb in cream-0.7.2
- old
+ new
@@ -34,10 +34,10 @@
else
`html2haml -r #{path} #{source_path}`
end
end
- directory haml_root, "app/views/#{scope || 'devise'}"
+ directory haml_root, "app/views/#{scope || 'cream'}"
end
end
end
end
end
\ No newline at end of file