Formtastic hint issue (unwanted object ID output) in ActiveAdmin
问题 When I use formtastic DSL for ActiveAdmin edit form I get the following output: #< #< Class:0x00000006bd1f68>:0x00000006bd1018> <li class="file input optional" id="post_image_input"><label class="label" for="post_image">Image</label><input id="post_image" name="post[image]" type="file" /> Why does this starts from something like result of obj.inspect and how to remove this part? The code, causing this bug is here: form :html => { :multipart => true } do |f| f.inputs do #... f.input :image,