Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Updated README for non-rails usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouthamvel committed Sep 11, 2011
1 parent 9c83611 commit e4339af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -60,6 +60,11 @@ Or, if you don't use Bundler (though you probably should, even in Rails 2), with
config.gem "paperclip", :version => "~> 2.4"
...
end
For Non-Rails usage:
class ModleName < ActiveRecord::Base
include Paperclip::Glue
...
end

Quick Start
-----------
Expand Down

0 comments on commit e4339af

Please sign in to comment.