Skip to content

Commit

Permalink
add missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
hefan committed Apr 21, 2020
1 parent ec84339 commit a08b022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/helpers/spree/admin/base_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def link_to_remove_fields(name, form, options = {})
form.hidden_field(:_destroy)
end
deprecate link_to_remove_fields: "Please use link_to_delete instead, Example: \n" \
"link_to_delete \"form.object\", deprecator: Spree::Deprecation
"link_to_delete \"form.object\"", deprecator: Spree::Deprecation

def spree_dom_id(record)
dom_id(record, 'spree')
Expand Down

0 comments on commit a08b022

Please sign in to comment.