Skip to content

Commit

Permalink
Simplify ActiveRecord#initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
timfjord committed Dec 1, 2021
1 parent 590a2ca commit 4571a14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/i18n/backend/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def config
end
end

def initialize(*args)
super

def initialize
reload!
end

Expand Down

0 comments on commit 4571a14

Please sign in to comment.