Skip to content

Commit 597fead

Browse files
sirupsenMeekohi
andauthored
DRY
Co-Authored-By: Meekohi <meekohi@gmail.com>
1 parent 04272a2 commit 597fead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/airrecord/table.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Airrecord
1616

1717
class Table
1818
def deprecate_symbols
19-
warn Kernel.caller.first + ": warning: Using symbols with airrecord is deprecated."
19+
self.class.deprecate_symbols
2020
end
2121

2222
class << self

0 commit comments

Comments
 (0)