You don't have transaction_file in your attr_accessible. I think that's all that's necessary, but you may also need to add transaction_file_file_name, transaction_file_file_size, transaction_file_content_type and/or transaction_file_updated_at.
Bryan On Mon, Nov 5, 2012 at 1:25 AM, [email protected] <[email protected]> wrote: > I have installed the new hobo_paperclip with my 2.0pre5 app, and the > filename field is not appearing. > > I am moving the code over from a running 1.3 app. > > My model is here: > > http://pastie.org/5187676 > > application.dryml has the include and extend form tags: > > http://pastie.org/5187689 > > Yet when I render the transaction_sets/new page, there's no filename field > to be found: > > http://pastie.org/5187703 > > Any thoughts? > > On Friday, September 21, 2012 9:46:12 AM UTC-7, kevinpfromnm wrote: >> >> Is there still a need for the paperclip_with_hobo plugin on 1.4? Saw no >> mention of it in the docs. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/TESmDqReNs0J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
