Commit e4339aff by goutham

Updated README for non-rails usage.

parent 9c83611b
......@@ -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
-----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment