Skip to content

Commit

Permalink
Merge pull request #44417 from yahonda/follow_up_44408
Browse files Browse the repository at this point in the history
Add require "models/post" to address NameError: uninitialized constant
  • Loading branch information
kamipo committed Feb 13, 2022
2 parents f9a1671 + 6019670 commit 09194c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "cases/helper"
require "models/topic"
require "models/post"

module ActiveRecord
module ConnectionAdapters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "cases/helper"
require "models/post"

module ActiveRecord
module ConnectionAdapters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "cases/helper"
require "models/post"

module ActiveRecord
module ConnectionAdapters
Expand Down

0 comments on commit 09194c9

Please sign in to comment.