remove ending for imge and let sprockets figure it out
This commit is contained in:
parent
6c23cb5780
commit
7534b5eeda
@ -64,7 +64,7 @@ module Merged
|
||||
end
|
||||
|
||||
def asset_name
|
||||
image_root + "/" + self.id.to_s + "." + self.type
|
||||
image_root + "/" + self.id.to_s
|
||||
end
|
||||
|
||||
def full_filename
|
||||
|
Loading…
Reference in New Issue
Block a user