Module: Cocooned::Deprecated::Helpers::Tags
- Included in:
- Helpers::Tags
- Defined in:
- lib/cocooned/deprecation.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#link_to_add_association ⇒ Object
@deprecated: Please use #cocooned_add_item_link instead.
-
#link_to_remove_association ⇒ Object
@deprecated: Please use #cocooned_remove_item_link instead.
Instance Method Details
#link_to_add_association ⇒ Object
@deprecated: Please use #cocooned_add_item_link instead
25 26 27 |
# File 'lib/cocooned/deprecation.rb', line 25 def link_to_add_association(...) cocooned_add_item_link(...) end |
#link_to_remove_association ⇒ Object
@deprecated: Please use #cocooned_remove_item_link instead
32 33 34 |
# File 'lib/cocooned/deprecation.rb', line 32 def link_to_remove_association(...) cocooned_remove_item_link(...) end |