Sha256: 0a83455b9d6774aaf86cf0ee8a164d48eb91144668276a0c6a28a7593f1941c3
Contents?: true
Size: 127 Bytes
Versions: 4
Compression:
Stored size: 127 Bytes
Contents
class DemoCell < ViewCell def time Time.now end def render time @time = time.to_i template :demo end end
Version data entries
4 entries across 4 versions & 1 rubygems