Sha256: 0277447bf2bd5b42127c17207248bf157569dcaf54fe5991010a4428a0f0283f
Contents?: true
Size: 244 Bytes
Versions: 10
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Mensa module Views class Component < ::Mensa::ApplicationComponent # renders_many :views attr_reader :table def initialize(table:) @table = table end end end end
Version data entries
10 entries across 10 versions & 1 rubygems