Class: CheesecakeController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- CheesecakeController
- Defined in:
- app/controllers/cheesecake_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/cheesecake_controller.rb', line 5 def index @actors = current_subject.contact_actors(:direction => :sent) end |