Skip to content

Commit

Permalink
Add helpful tip to images and resources initializers that let people …
Browse files Browse the repository at this point in the history
…know to configure in bytes
  • Loading branch information
Jamie Winsor committed Sep 8, 2011
1 parent 9a264d4 commit 0c03fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
Refinery::Images::Options.configure do |config|
# Configures the maximum allowed upload size for an image
# Configures the maximum allowed upload size (in bytes) for an image
# config.max_image_size = <%= Refinery::Images::Options::DEFAULT_MAX_IMAGE_SIZE %>

# Configure how many images per page should be displayed when a dialog is presented that contains images
Expand Down
@@ -1,5 +1,5 @@
Refinery::Resources::Options.configure do |config|
# Configures the maximum allowed upload size for a file upload
# Configures the maximum allowed upload size (in bytes) for a file upload
# config.max_file_size = <%= Refinery::Resources::Options::DEFAULT_MAX_FILE_SIZE %>

# Configure how many resources per page should be displayed when a dialog is presented that contains resources
Expand Down

0 comments on commit 0c03fc0

Please sign in to comment.