Skip to content

Commit

Permalink
Fix LoadError for administrate/field/image
Browse files Browse the repository at this point in the history
administrate/field/image was removed 12843ef.
  • Loading branch information
yujinakayama authored and c-lliope committed May 21, 2016
1 parent bbf4d98 commit fa978b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

### Upcoming Release

* [#560] [BUGFIX] Fix LoadError for apps that don't use images

### 0.2.1 (May 18, 2016)

* [#573] [FEATURE] Render custom javascripts and stylesheets to the page
Expand Down
1 change: 0 additions & 1 deletion lib/administrate/base_dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "administrate/field/email"
require "administrate/field/has_many"
require "administrate/field/has_one"
require "administrate/field/image"
require "administrate/field/number"
require "administrate/field/polymorphic"
require "administrate/field/select"
Expand Down

0 comments on commit fa978b4

Please sign in to comment.