Sha256: efeb4a2aa9d12089e42dc58a12ace944cc1707d775a9dc21a9d94d3d21889997

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module Effective
  module TableRows
    class Collection < Effective::TableRow

      def initialize(name, collection, options, builder:)
        @collection = collection
        super(name, options, builder: builder)
      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_bootstrap-1.14.0 app/models/effective/table_rows/collection.rb
effective_bootstrap-0.13.7 app/models/effective/table_rows/collection.rb
effective_bootstrap-0.13.6 app/models/effective/table_rows/collection.rb
effective_bootstrap-0.13.5 app/models/effective/table_rows/collection.rb
effective_bootstrap-0.13.4 app/models/effective/table_rows/collection.rb
effective_bootstrap-0.13.3 app/models/effective/table_rows/collection.rb