0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00
discourse-custom-wizard/controllers/custom_wizard/admin/logs.rb
2020-04-15 10:46:44 +10:00

8 Zeilen
Kein EOL
206 B
Ruby

class CustomWizard::AdminLogsController < CustomWizard::AdminController
def index
render_serialized(
CustomWizard::Log.list(params[:page].to_i),
CustomWizard::LogSerializer
)
end
end