Method: Chaskiq::SubscribersController#show

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

#showObject



10
11
12
13
14
# File 'app/controllers/chaskiq/subscribers_controller.rb', line 10

def show
  #TODO, we should obfustate code
  find_subscriber
  render "edit"
end