Method: Webhooker::SubscribersController#index

Defined in:
app/controllers/webhooker/subscribers_controller.rb

#indexObject

GET /subscribers



8
9
10
# File 'app/controllers/webhooker/subscribers_controller.rb', line 8

def index
  @subscribers = Subscriber.page(params[:page])
end