README.md in rails-uploader-0.0.7 vs README.md in rails-uploader-0.0.8

- old
+ new

@@ -61,10 +61,13 @@ ``` ruby class User < ActiveRecord::Base has_one :picture, :as => :assetable, :dependent => :destroy fileuploads :picture + + # If your don't use strong_parameters, uncomment next line + # attr_accessible :fileupload_guid end ``` Find asset by foreign key or guid: @@ -116,6 +119,6 @@ 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request -Copyright (c) 2012 Aimbulance, released under the MIT license \ No newline at end of file +Copyright (c) 2013 Fodojo, released under the MIT license