Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
8 Zeilen
206 B
Ruby
8 Zeilen
206 B
Ruby
|
class CustomWizard::AdminLogsController < CustomWizard::AdminController
|
||
|
def index
|
||
|
render_serialized(
|
||
|
CustomWizard::Log.list(params[:page].to_i),
|
||
|
CustomWizard::LogSerializer
|
||
|
)
|
||
|
end
|
||
|
end
|