Skip to content

Commit

Permalink
added list of options/default
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher David Yudichak authored and Christopher David Yudichak committed Feb 8, 2012
1 parent 8d911e9 commit acd3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/carrierwave/processing/mini_magick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def resize_to_fit(width, height)
#
# [width (Integer)] the width to scale the image to
# [height (Integer)] the height to scale the image to
# [gravity (String)] the current gravity suggestion
# [gravity (String)] the current gravity suggestion (default: Center; options: NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast)
#
# === Yields
#
Expand Down

0 comments on commit acd3d4e

Please sign in to comment.