You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am upgrading an old Rails 3 app that used the vho versions of activescaffold and activescaffold_batch to Rails 4 and the https://github.com/activescaffold/ versions.
Currently my app is:
rails 4.0.13
ruby 2.0
active_scaffold 3.4.30
active_scaffold_batch 3.3.2
I have Unit model that has_many :trainings and Training model that belongs_to :unit. In my trainings controller:
I am upgrading an old Rails 3 app that used the vho versions of activescaffold and activescaffold_batch to Rails 4 and the https://github.com/activescaffold/ versions.
Currently my app is:
I have Unit model that
has_many :trainings
and Training model thatbelongs_to :unit
. In my trainings controller:When I click the create batch link I get the error:
Looking through history, that method disappeared here: activescaffold/active_scaffold@8cc6406#diff-4c47891cc03986ef007c128a77d82b09
The text was updated successfully, but these errors were encountered: