aboutsummaryrefslogtreecommitdiffstats
path: root/lib/message_prominence.rb
Commit message (Collapse)AuthorAgeLines
* Hide hidden outgoing messages in download.Louise Crow2013-09-16-0/+4
|
* Move indexed_by_search to MessageProminenceLouise Crow2013-09-16-0/+4
| | | | Add some tests that it's working on the outgoing message model.
* Add hidden messages for outgoing message.Louise Crow2013-09-16-2/+2
| | | | | | Conflicts: app/views/request/_incoming_correspondence.html.erb
* Create MessageProminence module.Louise Crow2013-09-16-0/+18
At least some of the logic for incoming and outgoing message prominence is going to be identical, so move it to a module they can both include and use.