Sha256: 13347a992f75d23f9897282b1df1a21b216e91c001df8de02b94c6e1112f5fca
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module Wallaby module Resources module Index # Html cell class UnsignedBigintHtml < Cell # @return [String] def render value || null end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wallaby-6.0.2 | app/views/wallaby/resources/index/unsigned_bigint_html.rb |
wallaby-6.0.1 | app/views/wallaby/resources/index/unsigned_bigint_html.rb |