lib/paperweight/location.rb in paperweight-0.0.4 vs lib/paperweight/location.rb in paperweight-0.0.5
- old
+ new
@@ -17,10 +17,10 @@
def url
"#{self.class.prefix}/#{path}"
end
def default_url
- "#{self.class.prefix}/#{table_name}/#{style}.gif"
+ "#{self.class.prefix}/#{table_name}/#{style}.png"
end
def self.prefix
@prefix ||=
if Rails.env.production?