Sha256: 5f238b729ec56550050f697e873300e87d0465ad2cecf92619a9e589393d1b35

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

module TableHelp
  class Config
    attr_accessor :default_options

    def initialize
      @default_options = {
        table_for: {
          class: "table table-striped table-hover table_for",
        },
        attributes_table_for: {
          class: "table table-striped table-hover attributes_table_for",
        },
      }
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
table_help-0.1.0 lib/table_help/config.rb