module CrudActions::BaseHelper

Private Instance Methods

path_maker() click to toggle source
# File lib/crud_actions/base_helper.rb, line 5
def path_maker
  { action: :index, controller: controller_name }
end