This website requires JavaScript.
Explore
Help
Sign In
raggedstaff
/
openfoodnetwork
Watch
1
Star
0
Fork
0
You've already forked openfoodnetwork
mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced
2026-04-07 07:36:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
93fe8dbc5fea3b08e0459b67bdf6ec70f7ec1a59
openfoodnetwork
/
app
/
services
/
permitted_attributes
History
Matt-Yorkley
0b18b0dc0a
Include Calculator attributes in PaymentMethod nested attributes and DRY repeated code
2020-11-17 19:04:26 +00:00
..
address.rb
Switch to using PermittedAttributes::Address instead of spree version of it that will be removed later
2020-03-25 10:52:23 +00:00
calculator.rb
Extract to PermittedAttributes::Calculator
2020-11-17 18:51:48 +00:00
checkout.rb
Extract permitted payment_source attributes from checkout to use them in the backoffice payments controller
2020-06-18 09:54:34 +01:00
enterprise.rb
Allow user to upload terms and conditions PDF file to an enterprise
2020-08-31 17:40:34 +01:00
order_cycle.rb
Fix ForbiddenAttribute errors for bulk update of enterprise fees and order cycles
2020-11-17 18:51:48 +00:00
payment_method.rb
Include Calculator attributes in PaymentMethod nested attributes and DRY repeated code
2020-11-17 19:04:26 +00:00
payment_source.rb
Extract permitted payment_source attributes from checkout to use them in the backoffice payments controller
2020-06-18 09:54:34 +01:00
product.rb
…
subscription.rb
Replace empty? with blank? which is equivalent but a bit more resilient, returns false for nil
2020-07-01 14:08:07 +01:00
user.rb
…
variant.rb
…