projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve model tests for issues
[rails.git]
/
app
/
helpers
/
reports_helper.rb
1
module ReportsHelper
2
def report_link(name, reportable)
3
link_to name, new_report_url(:reportable_id => reportable.id, :reportable_type => reportable.class.name)
4
end
5
end