Module: InheritedResources::Helpers::LinkTo

Defined in:
lib/inherited_resources/helpers/link_to.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
# File 'lib/inherited_resources/helpers/link_to.rb', line 4

def links_to_actions(actions, *args)
  actions.map { |action| capture { send(:"link_to_#{action}", *args) } }.join.html_safe
end