lib/landable/partial.rb in landable-1.9.0.rc2 vs lib/landable/partial.rb in landable-1.9.0

- old
+ new

@@ -4,10 +4,10 @@ @file = file end def process @name = @file.gsub('/',' ').titlecase - @description = "Defined in Source Code at #{@file}" + @description = "The Code for this template can be seen at #{@file} in the source code" @slug = @file.gsub(/[^\w]/, '_') @processed = true end