Sha256: 817820b6d5a19cff1a69b118c45f933d1939a09042f4a85e81f4580414e4e9c1

Contents?: true

Size: 381 Bytes

Versions: 7

Compression:

Stored size: 381 Bytes

Contents

module LatoCore
  class Doc::CellsElementsController < Doc::DocController

    def block; end

    def row; end

    def button; end

    def buttongroup; end

    def flash_messages; end

    def icon; end

    def title; end

    def table; end

    def table_head; end

    def table_body; end

    def table_row; end

    def pagination; end

    def modal; end
    
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/controllers/lato_core/doc/cells_elements_controller.rb
lato_core-2.2.0 app/controllers/lato_core/doc/cells_elements_controller.rb
lato_core-2.1.4 app/controllers/lato_core/doc/cells_elements_controller.rb
lato_core-2.1.3 app/controllers/lato_core/doc/cells_elements_controller.rb
lato_core-2.1.2 app/controllers/lato_core/doc/cells_elements_controller.rb
lato_core-2.1.1 app/controllers/lato_core/doc/cells_elements_controller.rb
lato_core-2.1 app/controllers/lato_core/doc/cells_elements_controller.rb