Skip to content

Commit

Permalink
Small readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Sokolov committed Sep 9, 2011
1 parent 499c117 commit 975435d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -38,6 +38,9 @@ Add the following line to your Gemfile:

= Saving values to database

Simply create database columns to hold metadata. Currently gem supports width, height, image_size ([width, height]), content_type
and file size fields. Versions are supported.

class TestModel
attr_accessor :image_width
attr_accessor :image_height
Expand Down

0 comments on commit 975435d

Please sign in to comment.