Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew fong committed Jun 19, 2020
1 parent b0831fb commit 6176226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/active_record/log_deleted.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def self.configuration
end

def self.configure
yield(@configuration)
yield(configuration)
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record/log_deleted/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module LogDeleted
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end

0 comments on commit 6176226

Please sign in to comment.