summaryrefslogtreecommitdiff
path: root/engines/support/app/controllers/tickets_controller.rb
AgeCommit message (Collapse)Author
2014-05-13keep empty email field if user removed prefillAzul
We should respect the users choice. We can still get their email from the user id if we really need to.
2014-04-25using simple_form for the last form that was not using it.Azul
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
Feature/api quota support + current_user null pattern
2014-04-24let's only add the flash notice if the ticket has been createdAzul
2014-04-17make use of the UnauthorizedUserAzul
Null Pattern for current_user - use it to get rid of some conditionals
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation