gistflow/gistflow

View on GitHub
app/controllers/admin/users_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Admin::UsersController < ApplicationController
  def index
    @users = User.page(params[:page])
  end
end