Skip to content

Commit

Permalink
Fix scoping of setup method
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Feb 7, 2023
1 parent 0d88951 commit 044973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/samvera-persona.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Persona
mattr_accessor :soft_delete
self.soft_delete = true

def setup
def self.setup
yield self
end
end
Expand Down

0 comments on commit 044973c

Please sign in to comment.