module Report::Validation module Sql def validate_sql(values = []) raise NotImplementedError, "Haven't done SQL validation just yet!" end end end