Class: Antispam::SignupsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Antispam::SignupsController
- Defined in:
- app/controllers/antispam/signups_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/antispam/signups_controller.rb', line 6 def index @signups = Signup.order(created_at: :desc).limit(100).offset(params[:page].to_i * 100) end |