TODO.md in fullstack-admin-0.1.27 vs TODO.md in fullstack-admin-0.1.28
- old
+ new
@@ -1,17 +1,13 @@
# Fullstack Admin Roadmap
+* Fix production issues
+
* Multiple choice input with chosen
* Image inputs + detect smaller image size for thumbnails
* Inference of input type from model
- eg.
- field :text, :text, :markup => true
- ->
- input :text, :as => :markup
-
- or
has_attached :photo, :image => true
->
input :photo, :as => :image
---