Sha256: 385dcde2554185486d14d805430209473812adbc6063fa27c17579cefedf345e
Contents?: true
Size: 318 Bytes
Versions: 10
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true # Presents a single table-view, also in use when just one table is in view module Mensa module View class Component < ::Mensa::ApplicationComponent include TablesHelper attr_reader :table def initialize(table) @table = table end end end end
Version data entries
10 entries across 10 versions & 1 rubygems