Method: TiesController#index
- Defined in:
- app/controllers/ties_controller.rb
#index ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/ties_controller.rb', line 6 def index unless current_subject.sent_contacts.active.count > 0 flash[:notice] = t('contact.graph.empty') end end |