Sha256: cbd9a5f36e2b78b69e171ae41ba33e195515175641be3c50a542f8dd18a733d6

Contents?: true

Size: 180 Bytes

Versions: 2

Compression:

Stored size: 180 Bytes

Contents

module SimpleFormWithClientValidation
  module Helpers
    module Autofocus
      private

      def has_autofocus?
        options[:autofocus] == true
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_form_with_client_validation-0.0.2 lib/simple_form_with_client_validation/helpers/autofocus.rb
simple_form_with_client_validation-0.0.0 lib/simple_form_with_client_validation/helpers/autofocus.rb