aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
Commit message (Collapse)AuthorAgeLines
* Remove last index action and rename it show - index is confusing as an actionfrancis2007-10-30-2/+2
| | | | name as it isn't clear if it is going to be list or show.
* Framework for incoming messages.francis2007-10-26-2/+2
| | | | | Email address for public body to respond to, with hash. Take incoming messages and route to correct info request.
* Tweak formatting of controllers.francis2007-10-09-2/+3
| | | | Add explicit "private" to encourage adding of non-action functions there.
* Add primitive user page.francis2007-10-09-0/+15