Sha256: a3c7a5d2487f958b84a9a9127210bceaa3e7a9e00fbf7d06d4a8fab8facb8074

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

module Phlexi
  module Table
    class HTML < (defined?(::ApplicationComponent) ? ::ApplicationComponent : Phlex::HTML)
      module Behaviour
        protected

        def themed(component)
          Phlexi::Table::Theme.instance.resolve_theme(component)
        end
      end

      include Behaviour
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phlexi-table-0.0.5 lib/phlexi/table/html.rb
phlexi-table-0.0.4 lib/phlexi/table/html.rb
phlexi-table-0.0.3 lib/phlexi/table/html.rb