Method: AuthorizationRulesHelper#link_to_graph
- Defined in:
- app/helpers/authorization_rules_helper.rb
#link_to_graph(title, options = {}) ⇒ Object
42 43 44 45 |
# File 'app/helpers/authorization_rules_helper.rb', line 42 def link_to_graph (title, = {}) type = [:type] || '' link_to_function title, "$$('object')[0].data = '#{url_for :action => 'index', :format => 'svg', :type => type}'" end |