feature card
This commit is contained in:
@ -20,6 +20,7 @@ module Merged
|
||||
end
|
||||
|
||||
def ratio
|
||||
return 0 unless self.height
|
||||
self.width.to_f / self.height
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user