Skip to content

Commit

Permalink
Merge pull request #3012 from jarednorman/chore/remove-private-methods
Browse files Browse the repository at this point in the history
Remove update_totals/persist_totals delegation
  • Loading branch information
jacobherrington committed Dec 23, 2018
2 parents 7b6b50f + f81bebe commit 942ec5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/app/models/spree/order.rb
Expand Up @@ -138,7 +138,6 @@ def self.find_by_param!(value)
find_by! number: value
end

delegate :update_totals, :persist_totals, to: :updater
delegate :firstname, :lastname, to: :bill_address, prefix: true, allow_nil: true
alias_method :billing_firstname, :bill_address_firstname
alias_method :billing_lastname, :bill_address_lastname
Expand Down

0 comments on commit 942ec5c

Please sign in to comment.