Sha256: 3df0a13f0e58a48029a0ef49fb7d1c216f7df224ffd869b464800f4dcca05361

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

module LatoCore
  class Doc::CellsWidgetsController < Doc::DocController

    def index
      @superusers = LatoCore::Superuser.all
      @widget_index_superusers = core__widgets_index(@superusers, search: 'surname', pagination: 10)
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_core-2.1.3 app/controllers/lato_core/doc/cells_widgets_controller.rb
lato_core-2.1.2 app/controllers/lato_core/doc/cells_widgets_controller.rb
lato_core-2.1.1 app/controllers/lato_core/doc/cells_widgets_controller.rb
lato_core-2.1 app/controllers/lato_core/doc/cells_widgets_controller.rb