Module: Ecm::OpeningTimes::ApplicationHelper
- Defined in:
- app/helpers/ecm/opening_times/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#opening_times ⇒ Object
4 5 6 7 |
# File 'app/helpers/ecm/opening_times/application_helper.rb', line 4 def opening_times @branches = Ecm::OpeningTimes::Branch.all render partial: 'ecm/opening_times/branches/opening_times', locals: { branches: @branches } end |