Sha256: 825c8834a5a07b6314a7e371808fd2b4a2d72e66fb0863182af7f0718dd1f33a

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

module Enlightenment
  module Validations
    module CleanupValidator
      extend ActiveSupport::Concern

      module ClassMethods
        def cleanup_validator(params = {})
          { :cleanup => true }
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enlightenment-0.0.1.pre.4 lib/enlightenment/validations/cleanup_validator.rb
enlightenment-0.0.1.pre.3 lib/enlightenment/validations/cleanup_validator.rb
enlightenment-0.0.1.pre.2 lib/enlightenment/validations/cleanup_validator.rb
enlightenment-0.0.1.pre.1 lib/enlightenment/validations/cleanup_validator.rb