Hi,
I'm trying to follow the instructions found in the help at admin/help/developing.
I've created my extension, and in the activate method, I'm calling:
admin.layout.edit.add :form_bottom, 'my_partial', :after => 'edit_timestamp'
Then I created a partial at the following path:
/vender/extensions/my_extension/app/views/admin/layout/_my_partial.html.haml
But when I edit a layout, I see `my_partial' default partial not found!
Any ideas what I'm doing wrong? Have I placed the partial in the wrong place?
Thanks for the help!
Ryan Sandridge