aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin_incoming_message_controller.rb
Commit message (Collapse)AuthorAgeLines
* Move admin incoming message actions to use RESTful routes.Louise Crow2014-12-18-2/+2
| | | | | So data changing actions require a POST and can be protected against CSRF.
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-4/+4
|
* Add the meat of the update action.Louise Crow2013-09-16-0/+19
|
* Add a simple edit action and templateLouise Crow2013-09-16-0/+4
|
* Add incoming message update action and route.Louise Crow2013-09-16-0/+3
| | | | | We'll use this for saving the changes to the prominence of an incoming message in a relatively RESTful url structure.
* Slightly nicer action names.Louise Crow2013-09-16-2/+2
|
* Move incoming message admin to its own controller.Louise Crow2013-09-16-0/+54
Make specs that depend on multiple controllers and models interacting integration specs.