Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created June 21, 2011 16:23
Show Gist options
  • Save benlieb/1038228 to your computer and use it in GitHub Desktop.
Save benlieb/1038228 to your computer and use it in GitHub Desktop.
2011-06-21T16:22:17+00:00 app[web.1]: ActionView::TemplateError (undefined method `_delete' for #<TailgateMarketInfo:0x7fcdf93d8e10>) on line #20 of app/views/interview/business_entities/details/_tailgate.html.haml:
2011-06-21T16:22:17+00:00 app[web.1]: 18: = store_form.hidden_field :id
2011-06-21T16:22:17+00:00 app[web.1]: 17: - unless store_form.object && store_form.object.new_record?
2011-06-21T16:22:17+00:00 app[web.1]: 19: %p
2011-06-21T16:22:17+00:00 app[web.1]: 20: = store_form.check_box '_delete'
2011-06-21T16:22:17+00:00 app[web.1]: 21: = store_form.label '_delete', 'Delete this information (warning, this cannot be undone)', :class=>'checkbox'
2011-06-21T16:22:17+00:00 app[web.1]: 22:
2011-06-21T16:22:17+00:00 app[web.1]: 23: - store_hours = @business_entity.hours_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment