1
0
Fork 0

Merge branch 'atomaka/bugfix/card-cost' into 'master'

Accept the Card Cost stat

need to accept the paramater

See merge request !26
This commit is contained in:
Andrew Tomaka 2015-11-09 12:36:03 -05:00
commit c16b1dcb4f
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ class Admin::CardsController < Admin::BaseController
link_ids: [],
hp_stat_attributes: [:min, :max, :awaken_min, :awaken_max],
atk_stat_attributes: [:min, :max, :awaken_min, :awaken_max],
def_stat_attributes: [:min, :max, :awaken_min, :awaken_max]
def_stat_attributes: [:min, :max, :awaken_min, :awaken_max],
cost_stat_attributes: [:min, :max, :awaken_min, :awaken_max]
)
end