Module: SmartManaging::ControllerHelpers

Defined in:
lib/smart_managing/controller_helpers.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
7
8
9
10
# File 'lib/smart_managing/controller_helpers.rb', line 4

def index
  smart_listing_create partial: 'list'
  respond_to do |format|
    format.html { render formats: :html }
    format.js { render formats: :js }
  end
end