Module: SpreeKomoju::ControllerHelpers
- Defined in:
- lib/spree_komoju/controller_helpers.rb
Instance Method Summary collapse
Instance Method Details
#permitted_source_attributes ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/spree_komoju/controller_helpers.rb', line 3 def permitted_source_attributes super.push(permitted_komoju_konbini_attributes) super.push(permitted_komoju_banktransfer_attributes) super.push(permitted_komoju_pay_easy_attributes) super.push(permitted_komoju_web_money_attributes) super.flatten.uniq end |