Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-19 | respond_to on a per controller basis | Azul | |
If you inherit respond to and call it again in your controller it will not overwrite the previous but add to it. Since we always have some exceptions from the rules it's probably easiest to be explicit in the controllers that require it themselves. | |||
2016-05-23 | move signup from users to account_controller | Azul | |
There was a lot of special case handling going on in the users_controller for this. Lot simpler this way. |