module AttributeHelper
Public Instance Methods
punchbox_attributes()
click to toggle source
# File lib/punchbox/attribute_helper.rb, line 2 def punchbox_attributes "data-punchbox-controller=#{controller_path} " \ "data-punchbox-action=#{action_name}" end