app/controllers/events_controller.rb in artfully_ose-1.2.0.pre.27 vs app/controllers/events_controller.rb in artfully_ose-1.2.0

- old
+ new

@@ -93,9 +93,10 @@ flash[:notice] = "Your event has been deleted" redirect_to events_url end def widget + @donation_kit = current_user.current_organization.kit(:regular_donation) end def storefront_link end