Module: SimpleCrudify::CrudActions::Index Private

Defined in:
lib/simple_crudify/crud_actions.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Instance Method Summary collapse

Instance Method Details

#indexObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0



6
7
8
9
10
# File 'lib/simple_crudify/crud_actions.rb', line 6

def index
  @resources = model_klass.all

  render template_path
end