Sha256: 35c478fec13ae8cd66f919f1e75c92a1884f8a2f990937111fb442fd4797dcc1
Contents?: true
Size: 202 Bytes
Versions: 10
Compression:
Stored size: 202 Bytes
Contents
module Tenon class Styleguide include ActiveModel::Model attr_accessor :text, :number # tenon_content :content, i18n: true def initialize(attributes={}) super end end end
Version data entries
10 entries across 10 versions & 1 rubygems