Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
FIX: require faker before using its classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkannans committed Mar 5, 2021
1 parent 343fa71 commit 3623c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/faker/discourse.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'faker'

module Faker
class Discourse < Base
class << self
Expand Down

0 comments on commit 3623c12

Please sign in to comment.