Module: TinyCore::ActionListHelper
- Defined in:
- lib/tiny_core/helpers/action_list_helper.rb
Defined Under Namespace
Classes: ActionListBuilder
Instance Method Summary collapse
Instance Method Details
#action_list {|builder = ActionListBuilder.new(self)| ... } ⇒ Object
3 4 5 6 |
# File 'lib/tiny_core/helpers/action_list_helper.rb', line 3 def action_list(&block) yield builder = ActionListBuilder.new(self) concat(builder.build!) end |