7 lines
135 B
Ruby
7 lines
135 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require_relative "validates_associated_with_context/version"
|
||
|
|
||
|
module ValidatesAssociatedWithContext
|
||
|
end
|