SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Address a bug where as_json triggered thumb, url(:thumb) on Document #33

Closed joemsak closed 11 years ago

joemsak commented 11 years ago

When trying to get Documents as json through the fileGetJson option, an ArgumentError was raised because Documents don't have thumbs

In the future, this method could return URLs to icons matching the extension of the file

For now, the bug must be fixed ; )