Module: AttributeHelper
- Defined in:
- lib/punchbox/attribute_helper.rb
Instance Method Summary collapse
Instance Method Details
#punchbox_attributes ⇒ Object
2 3 4 5 |
# File 'lib/punchbox/attribute_helper.rb', line 2 def punchbox_attributes "data-punchbox-controller=#{controller_path} " \ "data-punchbox-action=#{action_name}" end |