Sha256: d6a9b0c1e5574f1630aa05ad2a76b9d0bf3278a30613ef1abc85647db28c55b1

Contents?: true

Size: 313 Bytes

Versions: 16

Compression:

Stored size: 313 Bytes

Contents

class DmForum::Admin::DashboardController < DmForum::Admin::AdminController
  
  #------------------------------------------------------------------------------
  def widget_forum_comments
    @comment_day = params[:comment_day].to_i
    respond_to do |format|
      format.html
      format.js
    end
  end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_forum-4.2.3.10 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.9 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.8 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.7 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.6 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.5 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.4 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.3 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.2 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3.1 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.3 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.2.3 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.2.2 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.2.1 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.2 app/controllers/dm_forum/admin/dashboard_controller.rb
dm_forum-4.2.1.5 app/controllers/dm_forum/admin/dashboard_controller.rb