Method: Webhooker::SubscribersController#index
- Defined in:
- app/controllers/webhooker/subscribers_controller.rb
#index ⇒ Object
GET /subscribers
8 9 10 |
# File 'app/controllers/webhooker/subscribers_controller.rb', line 8 def index @subscribers = Subscriber.page(params[:page]) end |