add payment mode to conferences for organisers's views

This commit is contained in:
Rishabh Saxena 2016-06-07 21:15:08 +05:30
parent f14d470738
commit f952dd7c9b
3 changed files with 19 additions and 1 deletions

View file

@ -186,7 +186,7 @@ module Admin
:vpositions_attributes, :use_volunteers, :color,
:sponsorship_levels_attributes, :sponsors_attributes,
:targets, :targets_attributes,
:campaigns, :campaigns_attributes, :registration_limit)
:campaigns, :campaigns_attributes, :registration_limit, :payment_method)
end
end
end