Class: Antispam::SignupsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/antispam/signups_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#must_be_admin

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/antispam/signups_controller.rb', line 6

def index
  @signups = .order(created_at: :desc).limit(100).offset(params[:page].to_i * 100)
end