Module: SmartTag::Builder

Defined in:
lib/smart_tag/helper.rb

Instance Method Summary collapse

Instance Method Details

#smart_tag(method, options = {}) ⇒ Object



23
24
25
# File 'lib/smart_tag/helper.rb', line 23

def smart_tag(method, options = {})
  @template.send("smart_tag", @object_name, method, objectify_options(options))
end