Commit c786c8dc authored by Tim Zallmann's avatar Tim Zallmann

Another Change for cleanup

parent d2620faf
...@@ -9,12 +9,6 @@ module LazyImageTagHelper ...@@ -9,12 +9,6 @@ module LazyImageTagHelper
unless options.delete(:lazy) == false unless options.delete(:lazy) == false
options[:data] ||= {} options[:data] ||= {}
#options[:data][:src] = if options.delete(:use_original_source)
# source
# else
# path_to_image(source)
# end
options[:data][:src] = path_to_image(source) options[:data][:src] = path_to_image(source)
options[:class] ||= "" options[:class] ||= ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment