Class: Admin::LearndashCoursesController

Inherits:
ApplicationController
  • Object
show all
Includes:
Effective::CrudController
Defined in:
app/controllers/admin/learndash_courses_controller.rb

Instance Method Summary collapse

Instance Method Details

#refresh ⇒ Object



8
9
10
11
12
# File 'app/controllers/admin/learndash_courses_controller.rb', line 8

def refresh
  resource_scope.refresh!
  flash[:success] = "Successfully refreshed Courses from Learndash"
  redirect_to effective_learndash.admin_learndash_courses_path
end