Sha256: 55b1469ad513ba214ad675d8b9a80988dbc2007bde114f484af8937a676e9474
Contents?: true
Size: 576 Bytes
Versions: 18
Compression:
Stored size: 576 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; module Type; module Date; extend Card::Set # ~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/05_standard/set/type/date.rb ~~~~~~~~~~~ format :html do # what is this for? Can't you just use TYPE-date and editor to match this cas, no special view needed? view :editor do |args| text_field :content, class: 'date-editor' end end # ~~~~~~~~~~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/05_standard/set/type/date.rb ~~~~~~~~~~~ end;end;end;end;
Version data entries
18 entries across 18 versions & 1 rubygems