class RuboCop::Cop::Rails::Date

def allow_to_time?

def allow_to_time?
  cop_config.fetch('AllowToTime', true)
end