Module: Card::Set::Type::Uri::HtmlFormat

Extended by:
AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod004-format/type/uri.rb

Instance Method Summary collapse

Instance Method Details

#input_typeObject



23
24
25
# File 'platypus/tmp/set/gem-defaults/mod004-format/type/uri.rb', line 23

def input_type
  :text_field
end

#view: coreObject



19
20
21
# File 'platypus/tmp/set/gem-defaults/mod004-format/type/uri.rb', line 19

view :core do
  render_title_link
end