fixed styling for mod dash
This commit is contained in:
5
app/controllers/mod_actions_controller.rb
Normal file
5
app/controllers/mod_actions_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ModActionsController < ApplicationController
|
||||
def index
|
||||
@mod_actions = ModAction.search(params[:search]).paginate(params[:page])
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user