lib/generators/landable/landable_generator.rb in landable-1.13.1 vs lib/generators/landable/landable_generator.rb in landable-1.13.2
- old
+ new
@@ -8,14 +8,14 @@
def namespace
"landable:#{generator_name}"
end
def source_root
- @source_root ||= File.expand_path(File.join(File.dirname(__FILE__), "landable", generator_name, "templates"))
+ @source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'landable', generator_name, 'templates'))
end
def target_root
- File.expand_path(Rails.root.join("app", "assets"))
+ File.expand_path(Rails.root.join('app', 'assets'))
end
end
end
end
end