Method: AuthorizationRulesHelper#link_to_graph

Defined in:
app/helpers/authorization_rules_helper.rb


42
43
44
45
# File 'app/helpers/authorization_rules_helper.rb', line 42

def link_to_graph (title, options = {})
  type = options[:type] || ''
  link_to_function title, "$$('object')[0].data = '#{url_for :action => 'index', :format => 'svg', :type => type}'"
end