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:
commit
c16b1dcb4f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue