Sha256: 443fee4a2595e58647fad41f9cef51195b60e2ca185bf65daec1968052c0f18f
Contents?: true
Size: 396 Bytes
Versions: 43
Compression:
Stored size: 396 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
43 entries across 43 versions & 1 rubygems