Class: Cocooned::Tags::Remove

Inherits:
Base
  • Object
show all
Includes:
Cocooned::TagsHelper::AssociationLabel
Defined in:
lib/cocooned/tags/remove.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Base

create, #initialize

Constructor Details

This class inherits a constructor from Cocooned::Tags::Base

Instance Method Details

#render(as: :link) ⇒ Object



8
9
10
# File 'lib/cocooned/tags/remove.rb', line 8

def render(as: :link)
  template.safe_join([hidden_field, super])
end