summaryrefslogtreecommitdiff
path: root/engines/billing/app/controllers/payments_controller.rb
AgeCommit message (Collapse)Author
2016-08-19respond_to on a per controller basisAzul
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.
2015-10-05add subscriptionsclaucece
2015-10-05subscriptions, haml and translationsclaucece
2015-10-05added customers, recurring payment and payment_infoclaucece
2015-10-05added payment_info, _customer_form, sucess instancesclaucece
2015-10-05add donate button, bitcoin, payment_methodclaucece
2015-10-05implemented the form and the generateclaucece
2014-04-11move engines into engines directoryAzul
Also renamed help to support so it's harder to confuse it with documentation