Skip to content

Commit

Permalink
Removed const leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Oct 10, 2019
1 parent e25ddc1 commit 9efe9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/economy/rates_for_person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class RatesForPerson < Base

attr_reader :replace_rates

def initialize(person, interval = DEFAULT_INTERVAL)
def initialize(person, interval)
@person = person
@interval = interval
end
Expand Down

0 comments on commit 9efe9a2

Please sign in to comment.