Sha256: 0197c0b33cce4bfcd088da6749885d5f7884c4c640ba861b92087d8a7c0489dd
Contents?: true
Size: 394 Bytes
Versions: 102
Compression:
Stored size: 394 Bytes
Contents
module RubyApp module Elements module Mobile module Inputs require 'ruby_app/elements/mobile/input' class EmailInput < RubyApp::Elements::Mobile::Input template_path(:all, File.dirname(__FILE__)) def initialize super self.attributes.merge!(:type => :email) end end end end end end
Version data entries
102 entries across 102 versions & 1 rubygems