Skip to content

Commit a35584e

Browse files
Remove duplicated method
1 parent df61574 commit a35584e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/shoulda/matchers/rails_shim.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ def validates_column_options?
147147
Gem::Requirement.new('>= 7.1.0').satisfied_by?(active_record_version)
148148
end
149149

150-
def active_record_lt_8_1?
151-
Gem::Requirement.new('< 7').satisfied_by?(active_model_version)
152-
end
153-
154150
private
155151

156152
def simply_generate_validation_message(

0 commit comments

Comments
 (0)