Sha256: e64308ac9fa89a12bbdcb7ca4c1ac25788afe71d7ba38054f1d5a632bbf8f667

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

module RubyApp

  module Elements

    module Inputs
      require 'ruby_app/elements/input'

      class EmailInput < RubyApp::Elements::Input

        template_path(:all, File.dirname(__FILE__))

        exclude_parent_template(:html)

        def initialize
          super
        end

      end

    end

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
RubyApp-0.0.58 lib/ruby_app/elements/inputs/email_input.rb
RubyApp-0.0.57 lib/ruby_app/elements/inputs/email_input.rb
RubyApp-0.0.56 lib/ruby_app/elements/inputs/email_input.rb