Class: RailsDrips::EnrollmentsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RailsDrips::EnrollmentsController
- Defined in:
- app/controllers/rails_drips/enrollments_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/rails_drips/enrollments_controller.rb', line 7 def show @enrollment = Enrollment.includes(:recipient, :campaign, :campaign_version, :enrollment_events, :deliveries).find(params[:id]) end |